Spring boot + JPA codebase containing real world examples (crud, auth, etc) that adheres to the RealWorld spec and API.
The application uses spring boot (web, jpa, querydsl)
Integration with Spring Security and add other filter for jwt token process.
The secret key is stored in application.properties.
spring profile dev using mysql5.7, test using embedded h2 database.
You need Java 11 installed.
/mvn clean test