feat():增加系统字典校验

master
chaiyapeng 2024-08-11 09:07:22 +08:00
parent d722c2cf79
commit 124788aa4b
1 changed files with 12 additions and 0 deletions

12
pom.xml
View File

@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-common-core</artifactId>
<version>3.6.3</version>
<description>
@ -170,6 +171,17 @@
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
</dependency>
<dependency>
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot3-starter</artifactId>
</dependency>
<dependency>
<groupId>com.muyu</groupId>
<artifactId>cloud-common-nacos-remote</artifactId>
</dependency>
</dependencies>
</project>