Skip to content

Zuckonit/spring-boot-otp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Starter Project

This project is a starter project for Spring Boot Developers. It contains technologies as Spring Boot, Hibernate, Liquibase, JPA and JWT Token Authorization.

Running the project

- Create database with name `test`
- Open terminal and type `mvn`

Authentication route

Link: http://localhost:8080/auth/authenticate
Method: POST
Data: { username: "admin", password: "admin" }

Check application running state

Link: http://localhost:8080/

Packaging

Command: `mvn -P{profile} package

{profile}: - dev
- prod

About

Spring Boot OTP technique.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%