This project is a starter project for Spring Boot Developers. It contains technologies as Spring Boot, Hibernate, Liquibase, JPA and JWT Token Authorization.
- Create database with name `test`
- Open terminal and type `mvn`
Link: http://localhost:8080/auth/authenticate
Method: POST
Data: { username: "admin", password: "admin" }
Link: http://localhost:8080/
Command: `mvn -P{profile} package
{profile}:
- dev
- prod