test: 字典数据模块单元测试

This commit is contained in:
gaibu
2023-02-26 11:41:12 +08:00
parent c419c1e107
commit e5957f9133
2 changed files with 59 additions and 0 deletions

View File

@@ -39,5 +39,11 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<!-- Test 测试相关 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>