feat: 用户平台模块独立数据库
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -276,6 +276,13 @@
|
||||
<version>${wfc.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 用户平台接口 -->
|
||||
<dependency>
|
||||
<groupId>org.wfc</groupId>
|
||||
<artifactId>wfc-api-user</artifactId>
|
||||
<version>${wfc.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 邮箱模块 -->
|
||||
<dependency>
|
||||
<groupId>org.wfc</groupId>
|
||||
@@ -289,7 +296,6 @@
|
||||
<artifactId>javax.mail</artifactId>
|
||||
<version>${mail.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user