kongdeqiang
2025-03-11 e6f0a897f1eb0d058ab19032770306be08d784ff
platformx-boot/pom.xml
@@ -20,11 +20,11 @@
    <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>
@@ -39,7 +39,7 @@
        <!--必备:用户管理模块-->
        <dependency>
            <groupId>com.by4cloud</groupId>
            <artifactId>platformx-demo-biz</artifactId>
            <artifactId>platformx-device-biz</artifactId>
            <version>${project.version}</version>
        </dependency>
        <!--安全模块-->