# MySecurityDemo **Repository Path**: araxit/MySecurityDemo ## Basic Information - **Project Name**: MySecurityDemo - **Description**: spring security demo,使用数据库进行认证 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-05-05 - **Last Updated**: 2022-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用手册 1、创建数据库 ``` create database `security00` default character set utf8mb4 collate utf8mb4_general_ci; ``` 2、执行 `user.sql` 3、执行 `mvn spring-boot:run` 4、注册账号 http://localhost:8081/register 5、登录 http://localhost:8081/login