https://hellokoding.com/hello-single-sign-on-sso-with-json-web-token-jwt-spring-boot/
- JDK 1.7+
- Maven 3+
- Java
- Spring Boot
- FreeMarker
- Run Authentication Service:
mvn spring-boot:run
- Run Resource Service 1:
mvn spring-boot:run -Dserver.port=8180
- Run Resource Service 2:
mvn spring-boot:run -Dserver.port=8280