1、并发测试
a) 通过第三方工具,例如JMETER/Postman 等轻量级工具
b)通过写单元测试方式
```
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
```
@PerfTest
添加多线程
1、并发测试
a) 通过第三方工具,例如JMETER/Postman 等轻量级工具
b)通过写单元测试方式
```
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
```
@PerfTest
添加多线程