Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabiannorbertoescobar/springboot-mvc-jsp-crud-ejercicios
Spring MVC CRUD de usuarios y roles. En cada rama hay una relación de distinto tipo entre las entidades.
https://github.com/fabiannorbertoescobar/springboot-mvc-jsp-crud-ejercicios
bootstrap css h2-database html java jpa jsp jstl maven mvc spring spring-boot spring-mvc xml
Last synced: 3 days ago
JSON representation
Spring MVC CRUD de usuarios y roles. En cada rama hay una relación de distinto tipo entre las entidades.
- Host: GitHub
- URL: https://github.com/fabiannorbertoescobar/springboot-mvc-jsp-crud-ejercicios
- Owner: FabianNorbertoEscobar
- Created: 2019-03-18T00:35:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T03:41:06.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T16:39:44.410Z (about 2 months ago)
- Topics: bootstrap, css, h2-database, html, java, jpa, jsp, jstl, maven, mvc, spring, spring-boot, spring-mvc, xml
- Language: Java
- Homepage:
- Size: 42 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-MVC-CRUD
Spring MVC CRUD de usuarios y roles.En cada rama hay una relación de distinto tipo entre las entidades:
Branch uno_a_uno: relación @OneToOne
Branch uno_a_muchos: relaciones @OneToMany y @ManyToOne
Branch muchos_a_muchos: relación @ManyToMany
Usando:
- Java
- Spring
- Spring Boot
- Spring MVC
- JSP
- JSTL
- JPA
- Hibernate
- XML
- Maven
- Tomcat
- HTML
- CSS
- Bootstrap
- MVC
- DAO