add project git address

This commit is contained in:
myh 2023-12-04 09:46:20 +08:00
parent 3bbaab9c28
commit 7a2a8260ca

View File

@ -1,13 +1,33 @@
# 网安实训中级-SpringBoot # 网安实训中级-SpringBoot
## Introduce ## Introduce
SpringBoot 网络空间安全实训项目2
实训项目1`gitlab`地址:[here](https://intpointer.com/Anchor-x/elmdemo) ### 实训项目一
实训项目2`gitlab`地址:[here](https://intpointer.com/Anchor-x/springdemo) `gitlab`地址:[here](https://intpointer.com/Anchor-x/elmdemo)
获取项目
```bash
git clone -b main https://intpointer.com/Anchor-x/elmdemo.git
```
### 实训项目二
`gitlab`地址:[here](https://intpointer.com/Anchor-x/springdemo)
获取项目
```bash
git clone -b main https://intpointer.com/Anchor-x/springdemo.git
```
`gitee`地址:[here](https://gitee.com/devas/network-security-training-2/tree/20172/)
获取项目
```bash
git clone -b 20172 https://gitee.com/devas/network-security-training-2.git
```
## Usage ## Usage
- 使用jdk17 - 使用jdk17
- 利用maven构建项目 - 利用maven构建项目
- run `SpringdemoApplication.java` 启动项目 - run `SpringdemoApplication.java` 启动项目
## Log