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 navigate to your project
- Type command 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
Written by Heril Muratović.