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

This commit is contained in:
gaibu
2023-03-09 22:03:21 +08:00
parent 5f96b50bad
commit 853fb4b210
3 changed files with 58 additions and 1 deletions

View File

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