- Demonstrates how we can enable auditing with JPA in Springboot.
Setup for a basic JPA based Springboot application with all the required dependencies.
- Create a base project using Spring initialzr
Spring WebandSpring Data JPAis must.
- Added
Actuator,LombokandRest Repositoriesfor saving development time. - Added
OAuthClientfor the Authentication.