Training project using Spring and REST services - simple library administration system
- Data is stored in relational database and accessed with predefined CrudRepository methods or HQL queries.
- Second layer consists of service classes, with methods for manipulating objects (like borrowing a book, creating new reader etc.).
- REST controller classes expose methods provided by service classes as endpoints accessible through HTTP requests.
- The project was created with IntelliJ IDEA IDE.
- It is a Gradle project.