This is the sample project for production ready using spring boot technology stack.
- Spring Boot
- Spring Boot Actuator
- Spring Data JPA
- Spring Data REST
- Hibernate
- Hibernate ORM envers
- Spring REST Docs
- Production ready logger setting
- Production ready configuration with mysql
- Automatic MySQL table auditing
- Automatic Basic api exposing(CRUD) based domain class
- Logging of request with time taken
- Logging of database queries
- Java 1.7 or above
- MySQL
- Maven
- Clone this project
- Run following command
mvn install
- Run project and Enjoy!
mvn spring-boot:run