add 增加 junit5 单元测试案例

This commit is contained in:
疯狂的狮子Li
2022-10-28 23:21:34 +08:00
parent 88ed6e25ca
commit 6e8ef308ed
6 changed files with 259 additions and 0 deletions

View File

@ -78,6 +78,12 @@
<artifactId>ruoyi-demo</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>