liulin
2025-07-02 b9f0f641b85bbbfe74fc23efe4f4965586d9e3af
pom.xml
@@ -9,10 +9,10 @@
        <relativePath/>
    </parent>
    <groupId>com.lunhan.xxx</groupId>
    <artifactId>xxx-yyy</artifactId>
    <groupId>com.lunhan.water</groupId>
    <artifactId>water-ration</artifactId>
    <version>0.0.1-SNAPSHOT</version>
    <name>xxx-yyy-service</name>
    <name>water-ration-service</name>
    <description>The service which yyy of xxx project</description>
    <properties>
@@ -89,6 +89,12 @@
            <artifactId>druid-spring-boot-starter</artifactId>
            <version>${druid.version}</version>
        </dependency>
        <!-- mqtt 依赖 -->
        <dependency>
            <groupId>org.eclipse.paho</groupId>
            <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
            <version>1.2.5</version>
        </dependency>
        <!-- mybatis-plus -->
        <dependency>
            <groupId>com.baomidou</groupId>