1. 【修复】单元测试报错

2. 【优化】yudao-module-xx-impl 调整成 yudao-module-xx-biz,更加符合定位
This commit is contained in:
YunaiV
2022-04-22 00:07:54 +08:00
parent b5821b4bef
commit 09103f310b
895 changed files with 34 additions and 33 deletions

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<modules>
<module>yudao-module-member-api</module>
<module>yudao-module-member-impl</module>
<module>yudao-module-member-biz</module>
</modules>
<artifactId>yudao-module-member</artifactId>
<packaging>pom</packaging>

View File

@ -8,7 +8,7 @@
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-member-impl</artifactId>
<artifactId>yudao-module-member-biz</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>