| | |
| | | <relativePath/> |
| | | </parent> |
| | | |
| | | <groupId>com.lunhan.xxx</groupId> |
| | | <artifactId>xxx-yyy</artifactId> |
| | | <groupId>com.gansu.water</groupId> |
| | | <artifactId>gansu-water-station</artifactId> |
| | | <version>0.0.1-SNAPSHOT</version> |
| | | <name>xxx-yyy-service</name> |
| | | <name>gansu-water-station-service</name> |
| | | <description>The service which yyy of xxx project</description> |
| | | |
| | | <properties> |
| | |
| | | <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> |