Skip to content

Spring-Boot-Framework/spring-boot-otp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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

  1. Create database with name test
  2. Open terminal and navigate to your project
  3. Type command 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

Written by Heril Muratović.

About

Spring Boot OTP technique.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%