Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 706 Bytes

readme.md

File metadata and controls

31 lines (17 loc) · 706 Bytes

real world backend app

logo

travis

Spring boot + JPA codebase containing real world examples (crud, auth, etc) that adheres to the RealWorld spec and API.

How it works

The application uses spring boot (web, jpa, querydsl)

Security

Integration with Spring Security and add other filter for jwt token process.

The secret key is stored in application.properties.

Database

spring profile dev using mysql5.7, test using embedded h2 database.

Getting Started

You need Java 11 installed.

Run Tests

/mvn clean test