valeriuzdrobau / phonebook

Sample Spring Boot Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install the repo with mvn

mvn install

start the server

mvn spring-boot:run

Login url: http://localhost:8080/auth/login

{ "username": "admin", "password": "123" }

{ "username": "user", "password": "123" }

About

Sample Spring Boot Application


Languages

Language:Java 76.0%Language:Shell 13.5%Language:Batchfile 10.4%