Skip to content

zhyank/spring-boot-sso

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.5%
  • CSS 23.2%
  • Java 13.1%
  • HTML 8.2%