| | |
| | | <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> |
| | |
| | | <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> |