| | |
| | | <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> |
| | |
| | | <optional>true</optional> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>${easyexcel.version}</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | |