- CRUD web application with Spring Boot and Thymeleaf with a oracle connection .
- full implementation on how to use Thymeleaf with Spring
- Use of Jasper report
- custom whitelabel error page
- Spring Boot
- Spring MVC
- Spring Data JPA
- MySQL
- Spring Security
- Lombok
- Thymeleaf
- Bootstrap 4
- jQuery
Configure database according to application.properties file, or update this file with yours properties.
The application uses Spring Boot, so it is easy to run. You can start it any of a few ways:
- Run the main method from SpringThymleafJpaApplication
- Use the Maven Spring Boot plugin: mvn spring-boot:run
To view the running application, visit http://localhost:8080 in your browser