Skip to content

viktor-mazepa/spring-boot-library-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Cource. Practical Project 2 (but with Spring Boot).

Repository for code which I wrote during Spring Course study (https://www.udemy.com/course/spring-alishev/). Simple application allows adding persons and books into postgresql database, editing selected person and books and updating records with new parameter values. Also it provides the possibility to search books, and show a list of books using pagination and ordering. The application implements OneToMany relations between persons and books in the database. It uses docker-compose to build an application container based on tomcat-jre image and postgres image for database container. Application created with Spring Boot. For database collaboration, it is using Hibernate+Spring JPA. For UI it's uses - Thymeleaf