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