https://github.com/chamangurjar/library-system-springboot
Practice project to create Library system in Spring Boot
https://github.com/chamangurjar/library-system-springboot
jpa jpa-hibernate jparepository liquibase mysql spring spring-boot spring-mvc
Last synced: 3 months ago
JSON representation
Practice project to create Library system in Spring Boot
- Host: GitHub
- URL: https://github.com/chamangurjar/library-system-springboot
- Owner: ChamanGurjar
- Created: 2020-04-29T03:25:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T15:07:15.000Z (about 6 years ago)
- Last Synced: 2025-09-02T04:02:15.605Z (10 months ago)
- Topics: jpa, jpa-hibernate, jparepository, liquibase, mysql, spring, spring-boot, spring-mvc
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library-System-SpringBoot
Practice project to create Library system in Spring Boot.
Use Of
1.Spring Boot
2.Jpa
3.Hibernate,
* One to One Mapping Uni and Bi Directional.
* Many to One Mapping Uni and Bi Directional.
* Many to Many Mapping Uni and Bi Directional.
4.Liquibase,
5.JUnit Tests,
6.Hibernate Validations etc.