A simple Spring Boot web application to manage books.
- Add new books
- View book list
- Register books
- Manage personal book list
- Simple UI using HTML templates
- Java
- Spring Boot
- Spring MVC
- Thymeleaf
- Maven
- MySQL
src/main/java → Java source code
src/main/resources/templates → HTML pages
application.properties → Configuration
- Clone the repository
- Open project in Spring Tool Suite / IntelliJ
- Run BookStoreApplication.java
- Open browser → http://localhost:8080
Sonali Gupta