多模块重构 4:infra 模块的初始化

This commit is contained in:
YunaiV
2022-01-31 10:27:35 +08:00
parent 638b8b1dd4
commit 4bc8dc65b4
5 changed files with 153 additions and 0 deletions

View File

@ -32,6 +32,11 @@
<artifactId>yudao-module-system-impl</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-infra-impl</artifactId>
<version>${revision}</version>
</dependency>
<!-- 业务组件 -->
<dependency>