# spring-cloud-security **Repository Path**: shongwei/spring-cloud-security ## Basic Information - **Project Name**: spring-cloud-security - **Description**: 整合了mysql,spring cloud security模块的demo,拿来即用,实现了 权限管理、防csrf攻击、跨域问题 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-18 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #spring-cloud-security 1. create Mysql DB: test 2. config application.yml set db url:port,username,password 3. run Junit: MysqlApplicationTests to create default user 4. run Spring Boot: WebApplicaton 5. http://localhost:8081/swagger-ui.html to use test page 6. login with username: user, password: user