|
|
@@ -6,11 +6,11 @@
|
|
|
|
|
|
<parent>
|
|
|
<groupId>vip.xiaonuo</groupId>
|
|
|
- <artifactId>snowy-modules</artifactId>
|
|
|
+ <artifactId>education-modules</artifactId>
|
|
|
<version>2.0.0</version>
|
|
|
</parent>
|
|
|
|
|
|
- <artifactId>snowy-biz-app</artifactId>
|
|
|
+ <artifactId>education-biz-app</artifactId>
|
|
|
<packaging>jar</packaging>
|
|
|
<description>业务应用启动组件</description>
|
|
|
|
|
|
@@ -103,65 +103,65 @@
|
|
|
<version>${sa.token.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <!-- snowy-common -->
|
|
|
+ <!-- education-common -->
|
|
|
<dependency>
|
|
|
<groupId>vip.xiaonuo</groupId>
|
|
|
- <artifactId>snowy-common</artifactId>
|
|
|
+ <artifactId>education-common</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 登录鉴权插件 -->
|
|
|
<dependency>
|
|
|
<groupId>vip.xiaonuo</groupId>
|
|
|
- <artifactId>snowy-plugin-auth-api</artifactId>
|
|
|
+ <artifactId>education-plugin-auth-api</artifactId>
|
|
|
<version>${project.parent.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 业务功能插件 -->
|
|
|
<dependency>
|
|
|
<groupId>vip.xiaonuo</groupId>
|
|
|
- <artifactId>snowy-plugin-biz-func</artifactId>
|
|
|
+ <artifactId>education-plugin-biz-func</artifactId>
|
|
|
<version>${project.parent.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 系统功能插件Feign接口 -->
|
|
|
<dependency>
|
|
|
<groupId>vip.xiaonuo</groupId>
|
|
|
- <artifactId>snowy-plugin-sys-feign</artifactId>
|
|
|
+ <artifactId>education-plugin-sys-feign</artifactId>
|
|
|
<version>${project.parent.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 开发工具插件Feign接口 -->
|
|
|
<dependency>
|
|
|
<groupId>vip.xiaonuo</groupId>
|
|
|
- <artifactId>snowy-plugin-dev-feign</artifactId>
|
|
|
+ <artifactId>education-plugin-dev-feign</artifactId>
|
|
|
<version>${project.parent.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 多数据源插件 -->
|
|
|
<dependency>
|
|
|
<groupId>vip.xiaonuo</groupId>
|
|
|
- <artifactId>snowy-plugin-dbs-func</artifactId>
|
|
|
+ <artifactId>education-plugin-dbs-func</artifactId>
|
|
|
<version>${project.parent.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 功能案例插件 -->
|
|
|
<dependency>
|
|
|
<groupId>vip.xiaonuo</groupId>
|
|
|
- <artifactId>snowy-plugin-exm-func</artifactId>
|
|
|
+ <artifactId>education-plugin-exm-func</artifactId>
|
|
|
<version>${project.parent.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 支付功能插件 -->
|
|
|
<dependency>
|
|
|
<groupId>vip.xiaonuo</groupId>
|
|
|
- <artifactId>snowy-plugin-pay-func</artifactId>
|
|
|
+ <artifactId>education-plugin-pay-func</artifactId>
|
|
|
<version>${project.parent.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 动态租户插件 -->
|
|
|
<dependency>
|
|
|
<groupId>vip.xiaonuo</groupId>
|
|
|
- <artifactId>snowy-plugin-ten-func</artifactId>
|
|
|
+ <artifactId>education-plugin-ten-func</artifactId>
|
|
|
<version>${project.parent.version}</version>
|
|
|
</dependency>
|
|
|
|