serv-初始mapper
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
<module>common</module>
|
||||
<module>admin</module>
|
||||
<module>news</module>
|
||||
<module>study</module>
|
||||
<module>usercenter</module>
|
||||
<module>ai</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
@@ -40,6 +43,9 @@
|
||||
<!-- JWT 依赖版本 -->
|
||||
<jjwt.version>0.11.5</jjwt.version>
|
||||
|
||||
<!-- BouncyCastle 依赖版本 -->
|
||||
<bouncycastle.version>1.82</bouncycastle.version>
|
||||
|
||||
<!-- Log4j2 依赖版本 -->
|
||||
<log4j2.version>2.23.1</log4j2.version>
|
||||
|
||||
@@ -77,6 +83,31 @@
|
||||
<artifactId>system</artifactId>
|
||||
<version>${school-news.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xyzh</groupId>
|
||||
<artifactId>news</artifactId>
|
||||
<version>${school-news.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xyzh</groupId>
|
||||
<artifactId>course</artifactId>
|
||||
<version>${school-news.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xyzh</groupId>
|
||||
<artifactId>study</artifactId>
|
||||
<version>${school-news.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xyzh</groupId>
|
||||
<artifactId>usercenter</artifactId>
|
||||
<version>${school-news.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xyzh</groupId>
|
||||
<artifactId>ai</artifactId>
|
||||
<version>${school-news.version}</version>
|
||||
</dependency>
|
||||
<!-- Spring相关依赖 -->
|
||||
<!-- 覆盖SpringFramework的依赖配置-->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user