| | |
| | |
|
| | | <properties>
|
| | | <springversion>4.3.7.RELEASE</springversion>
|
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
| | | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
| | | </properties>
|
| | |
|
| | | <dependencies>
|
| | |
| | |
|
| | |
|
| | | <!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
|
| | |
|
| | | <!-- Redis -->
|
| | | <dependency>
|
| | | <groupId>io.netty</groupId>
|
| | | <artifactId>netty-all</artifactId>
|
| | | <version>4.1.7.Final</version>
|
| | | <groupId>org.springframework.data</groupId>
|
| | | <artifactId>spring-data-redis</artifactId>
|
| | | <version>1.8.7.RELEASE</version>
|
| | | </dependency>
|
| | |
|
| | |
|
| | | <dependency>
|
| | | <groupId>redis.clients</groupId>
|
| | | <artifactId>jedis</artifactId>
|
| | | <version>2.9.0</version>
|
| | | </dependency>
|
| | |
|
| | | </dependencies>
|
| | |
|
| | |
|
| | | <build>
|
| | | <finalName>monitor</finalName>
|
| | | <finalName>task</finalName>
|
| | | </build>
|
| | | </project>
|