# Security-test
**Repository Path**: BJhuienziben/Security-test
## Basic Information
- **Project Name**: Security-test
- **Description**: SpringBoot项目Security测试
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-06-06
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 这是一个SpringBoot的Security测试
## 本项目基本信息
group: info.liujiachen
artifact: security
项目package: info.liujiachen.security.test
> pom.xml 公共引入
```
# SpringBoot引入
org.springframework.boot
spring-boot-starter-parent
2.3.0.RELEASE
# 依赖引入
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-starter-security
```
### base项目未基本项目