All Projects → miw-upm → betca-spring

miw-upm / betca-spring

Licence: MIT license
BETCA (Spring). Back-end con Tecnologías de Código Abierto, versión Java-Spring

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to betca-spring

Springboot Learning Example
spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。
Stars: ✭ 14,640 (+54122.22%)
Mutual labels:  jpa, webflux
Spring Framework Petclinic
A Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBC
Stars: ✭ 251 (+829.63%)
Mutual labels:  maven, jpa
Danyuan Application
初学者 spirng-boot版本
Stars: ✭ 47 (+74.07%)
Mutual labels:  maven, jpa
apaw
APAW. Arquitectura y Patrones Web. Máster en Ingeniería Web
Stars: ✭ 46 (+70.37%)
Mutual labels:  upm, miw
Spring Boot Sample App
Sample app generated from my spring boot archtype on :https://github.com/Romeh/spring-boot-quickstart-archtype
Stars: ✭ 81 (+200%)
Mutual labels:  maven, jpa
spring-boot-examples
本仓库为《Spring Boot 系列文章》代码仓库,欢迎点赞、收藏。
Stars: ✭ 52 (+92.59%)
Mutual labels:  jpa, webflux
eksi
Eksi sözlük crawl,stat , api calismalari
Stars: ✭ 25 (-7.41%)
Mutual labels:  maven
native-build-tools
Native-image plugins for various build tools
Stars: ✭ 168 (+522.22%)
Mutual labels:  maven
attain
Deno API middleware Server
Stars: ✭ 79 (+192.59%)
Mutual labels:  back-end
reactive-extension
Simple webfilter tracking extension based on Webflux, default use the Jetty container.
Stars: ✭ 15 (-44.44%)
Mutual labels:  webflux
LazyREST
基于Sping全家桶实现的极速产出RESTful类接口脚手架
Stars: ✭ 21 (-22.22%)
Mutual labels:  jpa
VickyWarAnalyzer
Victoria II war analyzer. Java 8 + JavaFX + Maven
Stars: ✭ 43 (+59.26%)
Mutual labels:  maven
LocaleLib
Show translated names of items, entities & more in client's language
Stars: ✭ 34 (+25.93%)
Mutual labels:  maven
shik
shik项目基于springcloud微服务搭建的分布式项目。搭建了shik-config云公共配置,通过shik-RA服务注册发现各个模块,通过shik-zuul路由转发与统一接口。并整合了包括mybatis,jpa,jedis,quartz,freemarker和layui等多个模块,支持spring-session二级域名共享session,使用了RESTful方式提供api接口
Stars: ✭ 89 (+229.63%)
Mutual labels:  jpa
maven-archetypes-catalog-plugin
A plugin to enable IntelliJ IDEA to fetch external Maven Archetype Catalog files
Stars: ✭ 19 (-29.63%)
Mutual labels:  maven
SeleniumDemo
Selenium automation test framework
Stars: ✭ 84 (+211.11%)
Mutual labels:  maven
xml-maven-plugin
XML Maven Plugin
Stars: ✭ 18 (-33.33%)
Mutual labels:  maven
bgTools-playerPrefsEditor
Tool extension for the Unity Editor that enables easy access to the player preferences over a simple UI.
Stars: ✭ 70 (+159.26%)
Mutual labels:  upm
maven-apache-parent
Apache Software Foundation Parent POM
Stars: ✭ 21 (-22.22%)
Mutual labels:  maven
mvnsh
Maven Shell
Stars: ✭ 50 (+85.19%)
Mutual labels:  maven

Máster en Ingeniería Web por la Universidad Politécnica de Madrid (miw-upm)

Back-end con Tecnologías de Código Abierto (BETCA).

Este proyecto es un apoyo docente de la asignatura y contiene ejemplos prácticos sobre Spring

Versión BETCA-Python

⚙️ Instalación del proyecto

  1. Clonar el repositorio en tu equipo, mediante consola:
> cd <folder path>
> git clone https://github.com/miw-upm/betca-spring
  1. Importar el proyecto mediante IntelliJ IDEA
    1. Import Project, y seleccionar la carpeta del proyecto.
    2. Marcar Create Project from external model, elegir Maven.
    3. NextFinish.
  2. Ejecución de un proyecto:
> mvn spring-boot:run -pl betca-rest
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].