| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>vip.xiaonuo</groupId>
- <artifactId>OnlineEducation</artifactId>
- <version>2.0.0</version>
- </parent>
- <artifactId>education-plugin</artifactId>
- <packaging>pom</packaging>
- <description>业务插件模块</description>
- <modules>
- <!-- 登录鉴权插件 -->
- <module>education-plugin-auth</module>
- <!-- 业务功能插件 -->
- <module>education-plugin-biz</module>
- <!-- C端功能插件 -->
- <module>education-plugin-client</module>
- <!-- 多数据源插件 -->
- <module>education-plugin-dbs</module>
- <!-- 开发工具插件 -->
- <module>education-plugin-dev</module>
- <!-- 功能案例插件 -->
- <module>education-plugin-exm</module>
- <!-- 工作流程插件 -->
- <module>education-plugin-flw</module>
- <!-- 代码生成插件 -->
- <module>education-plugin-gen</module>
- <!-- 移动端管理插件 -->
- <module>education-plugin-mobile</module>
- <!-- 支付功能插件 -->
- <module>education-plugin-pay</module>
- <!-- 系统功能插件 -->
- <module>education-plugin-sys</module>
- <!-- 动态租户插件 -->
- <module>education-plugin-ten</module>
- <!-- 报表设计插件 -->
- <module>education-plugin-urp</module>
- <module>education-plugin-disk</module>
- <!-- 考试系统插件 -->
- <module>education-plugin-exam</module>
- <module>education-plugin-ufop</module>
- <!-- 论坛插件 -->
- <module>education-plugin-forum</module>
- </modules>
- </project>
|