| | |
| | | <io.springfox.version>2.7.0</io.springfox.version> |
| | | <swagger-bootstrap-ui.version>1.9.6</swagger-bootstrap-ui.version> |
| | | <spring.kafka.version>2.2.2</spring.kafka.version> |
| | | <xxl-job.version>2.3.0</xxl-job.version> |
| | | </properties> |
| | | |
| | | |
| | |
| | | <version>${spring.kafka.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-websocket</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.kafka</groupId> |
| | | <artifactId>kafka-clients</artifactId> |
| | | <version>${spring.kafka.version}</version> |
| | |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.github.penggle</groupId> |
| | | <groupId>com.google.code.kaptcha</groupId> |
| | | <artifactId>kaptcha</artifactId> |
| | | <version>2.3.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-aop</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.xuxueli</groupId> |
| | | <artifactId>xxl-job-core</artifactId> |
| | | <version>${xxl-job.version}</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | |