An open API service indexing awesome lists of open source software.

https://github.com/certidevs/spring_intermedio_mvc_rest

Spring MVC y Spring REST
https://github.com/certidevs/spring_intermedio_mvc_rest

Last synced: 12 months ago
JSON representation

Spring MVC y Spring REST

Awesome Lists containing this project

README

          

# spring_intermedio_mvc_rest

## IDE

IntelliJ IDEA Ultimate o Community

GitHub desktop

MySQL

## Spring MVC

https://start.spring.io/

https://start.spring.io/#!type=maven-project&language=java&platformVersion=3.3.5&packaging=jar&jvmVersion=23&groupId=com.certidevs&artifactId=spring-mvc-data-jpa&name=spring-mvc-data-jpa&description=Demo%20project%20for%20Spring%20Boot&packageName=com.certidevs&dependencies=lombok,web,thymeleaf

## Spring REST

https://start.spring.io/#!type=maven-project&language=java&platformVersion=3.3.5&packaging=jar&jvmVersion=23&groupId=com.certidevs&artifactId=spring-rest&name=spring-rest&description=Demo%20project%20for%20Spring%20Boot&packageName=com.certidevs&dependencies=lombok,web,data-jpa,mysql,h2