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
- Host: GitHub
- URL: https://github.com/certidevs/spring_intermedio_mvc_rest
- Owner: certidevs
- Created: 2024-11-05T08:15:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T12:56:06.000Z (over 1 year ago)
- Last Synced: 2025-01-12T11:48:26.281Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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