| | |
| | | <java.version>1.8</java.version> |
| | | <mysql.version>8.0.17</mysql.version> |
| | | <spring.boot.version>2.1.6.RELEASE</spring.boot.version> |
| | | <mybatisplus.version>3.5.1</mybatisplus.version> |
| | | <mybatisplus.version>3.5.4</mybatisplus.version> |
| | | <lombok.version>1.18.24</lombok.version> |
| | | <knife.version>3.0.3</knife.version> |
| | | <easyexcel.version>3.3.2</easyexcel.version> |
| | | </properties> |
| | | |
| | | |
| | |
| | | |
| | | |
| | | <dependencies> |
| | | <!-- caffeine --> |
| | | <dependency> |
| | | <groupId>com.github.ben-manes.caffeine</groupId> |
| | | <artifactId>caffeine</artifactId> |
| | | <version>3.0.5</version> |
| | | </dependency> |
| | | |
| | | <!-- rabbitmq --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-amqp</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- websocket --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-websocket</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>fastjson</artifactId> |
| | | <version>2.0.43</version> |
| | | </dependency> |
| | | |
| | | <!-- fastjson --> |
| | | <dependency> |
| | | <groupId>com.alibaba.fastjson2</groupId> |
| | | <artifactId>fastjson2</artifactId> |
| | | <version>2.0.41</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- swagger --> |
| | | <dependency> |
| | | <groupId>io.springfox</groupId> |
| | | <artifactId>springfox-swagger2</artifactId> |
| | | <version>3.0.0</version> |
| | | </dependency> |
| | | |
| | | <!-- lombok --> |
| | | <dependency> |
| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-undertow</artifactId> |
| | | <version>${spring.boot.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.mybatis.spring.boot</groupId> |
| | | <artifactId>mybatis-spring-boot-starter</artifactId> |
| | | <version>2.1.0</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <optional>true</optional> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>${easyexcel.version}</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | |