| | |
| | | <relativePath/> |
| | | </parent> |
| | | |
| | | <groupId>com.lunhan.xxx</groupId> |
| | | <artifactId>xxx-yyy</artifactId> |
| | | <groupId>com.fengdu.gas</groupId> |
| | | <artifactId>fengdu-gases</artifactId> |
| | | <version>0.0.1-SNAPSHOT</version> |
| | | <name>xxx-yyy-service</name> |
| | | <name>fengdu-gases-service</name> |
| | | <description>The service which yyy of xxx project</description> |
| | | |
| | | <properties> |
| | |
| | | <groupId>com.alibaba</groupId> |
| | | <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> |
| | |
| | | <artifactId>spring-boot-starter-quartz</artifactId> |
| | | <version>2.0.3.RELEASE</version> |
| | | </dependency> |
| | | |
| | | <!--生成验证码工具--> |
| | | <dependency> |
| | | <groupId>com.github.whvcse</groupId> |
| | | <artifactId>easy-captcha</artifactId> |
| | | <version>1.6.2</version> |
| | | </dependency> |
| | | <!--************************************************** 单元测试相关 **************************************************--> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <!--指定生成文档的使用的配置文件,配置文件放在自己的 目中 项 --> |
| | | <configFile>./src/main/resources/smart-doc.json</configFile> |
| | | <!--指定 目名称 项 --> |
| | | <projectName>xxx项目-xxx服务-接口文档</projectName> |
| | | <projectName>丰都气体监测项目-api服务-接口文档</projectName> |
| | | <!-- <!–smart-doc 实现自动分析依赖树加载第三方 |
| | | 依 的源 ,如果一些框架依 加 不到 致 , 使用 赖 码 赖库 载 导 报错 这时请 excludes 排除掉–> |
| | | <excludes> |