Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 300 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 300 Bytes

jwt-sample

Usage via docker-compose

Build war app:

./gradlew clean bootWar

Create local network if needed:

docker network create purasu-local
docker-compose up --build --force-recreate

# jwt sample login page
open http://localhost:8080/jwt-sample/login