# jwt-springboot-sso **Repository Path**: jonluo/jwt-springboot-sso ## Basic Information - **Project Name**: jwt-springboot-sso - **Description**: jwt+springboot实现的单点登录 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 37 - **Forks**: 14 - **Created**: 2017-09-26 - **Last Updated**: 2024-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jwt-springboot-sso * jwt+springboot实现的单点登录 # Single Sign On (SSO) Example with JSON Web Token (JWT), Spring Boot - Authentication Service # What you'll need - JDK 1.7+ - Maven 3+ # Stack - Java - Spring Boot - FreeMarker # Run - Run jwt-sso-server: `mvn spring-boot:run` - Run jwt-sso-client1: `mvn spring-boot:run -Dserver.port=8180` - Run jwt-sso-client2: `mvn spring-boot:run -Dserver.port=8280`