# spring-boot-sso **Repository Path**: smallzjx/spring-boot-sso ## Basic Information - **Project Name**: spring-boot-sso - **Description**: sso - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. create Mysql DB: test 2. run query: grant all privileges on test.* to 'root'@'localhost' identified by '12345678'; 3. mvn clean package 4. run com.test.login.LoginApplication 5. run com.test.resource.ResourceApplication 6. run com.test.web1.Web1Application 7. run com.test.web2.Web2Application 8. http://localhost 9. login username and passwork: user