# spring-boot-security **Repository Path**: smallzjx/spring-boot-security ## Basic Information - **Project Name**: spring-boot-security - **Description**: spring安全设计 - **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. config application.yml set db url,username,password 3. run Junit: MysqlTest to create default user 4. run Spring Boot: WebApplicaton 5. http://localhost 6. login with username: user, password: user -------------------------------------------- grant all privileges on *.* to 'root'@'localhost' identified by '12345678' with grant option;