reactor:system 和 infra 的 -biz 模块,重构成 -server 模块,意义更明确

This commit is contained in:
YunaiV
2025-05-15 17:12:00 +08:00
parent 9e067715cb
commit c251fcf698
921 changed files with 12 additions and 13 deletions

View File

@@ -23,12 +23,12 @@
<dependencies>
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-module-system-biz</artifactId>
<artifactId>yudao-module-system-server</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-module-infra-biz</artifactId>
<artifactId>yudao-module-infra-server</artifactId>
<version>${revision}</version>
</dependency>