| | |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <parent> |
| | | <groupId>com.by4cloud</groupId> |
| | | <artifactId>online-course</artifactId> |
| | | <artifactId>platformx-demo</artifactId> |
| | | <version>5.5.0</version> |
| | | </parent> |
| | | |
| | | <artifactId>platformx-boot</artifactId> |
| | | <artifactId>demo-boot</artifactId> |
| | | <packaging>jar</packaging> |
| | | |
| | | <description>demo 单体版本启动</description> |
| | |
| | | <!--必备:用户管理模块--> |
| | | <dependency> |
| | | <groupId>com.by4cloud</groupId> |
| | | <artifactId>online-course-biz</artifactId> |
| | | <artifactId>platformx-demo-biz</artifactId> |
| | | <version>${project.version}</version> |
| | | </dependency> |
| | | <!--安全模块--> |