You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.4 KiB

3 years ago
# 最终版后端
---
技术:
1. Spring Boot
2. Spring Security 6.0
3. MybatisPlus
4. Redis
工具:
1. hutool
2. druid
3. modelMapper
4. lombok
5. jjwt
6. knife4j
7. redis
8. jasypt
9. fastjson
以上是本次用到的工具和框架。
运行步骤:
> 注意:这里的安装运行,需要电脑本身安装好Git.exe程序。才能够使用下面的命令。
下载:http://120.24.203.75:3000/adiao/School_work.git
```shell
git clone http://120.24.203.75:3000/adiao/School_work.git
```
通过IDEA工具打开 所下载的项目。
Run 即可。
## 后端API测试
---
后端的API测试及相关文档。
3 years ago
测试
3 years ago
测试账号:
1. 136323636 HziqpyeW【系统管理员】
2. 683697414 p5IHkJ47【资产管理员】
3. 226294130 I41V3H0M【资产领导管理员】
对后端API测试可从以下地址进行测试:
http://localhost:8089/swagger-ui/index.html
http://localhost:8089/doc.html 【推荐这个地址测试API】
这个是后端的API测试地址。。
下面是设置测试API的token的地方。这里设置过后,就会全局的应用到各个接口上。但注意的是,要先登录获取token,才能够设置全局token来
完成token的配置。
![token set page](https://s2.loli.net/2023/05/23/CFZKU3Shw12lyIs.png)
---
> 由于对数据的操作是需要token,所以在进行数据测试时,可借助三方测试工具来进行相关测试。