全局:增加 VO 数据翻译的支持

This commit is contained in:
YunaiV
2024-04-01 12:42:27 +08:00
parent dcf6cc293e
commit beea186507
18 changed files with 160 additions and 134 deletions

View File

@ -137,6 +137,11 @@
<artifactId>transmittable-thread-local</artifactId>
</dependency>
<dependency>
<groupId>com.fhs-opensource</groupId> <!-- VO 数据翻译 -->
<artifactId>easy-trans-anno</artifactId> <!-- 默认引入的原因,方便 xxx-module-api 包使用 -->
</dependency>
<!-- Test 测试相关 -->
<dependency>
<groupId>org.springframework.boot</groupId>