| | |
| | | <artifactId>springdoc-openapi-security</artifactId> |
| | | </dependency> |
| | | |
| | | |
| | | <!--mysql驱动--> |
| | | <dependency> |
| | | <groupId>com.mysql</groupId> |
| | |
| | | <artifactId>jdom2</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- apache mina --> |
| | | <dependency> |
| | | <groupId>org.apache.mina</groupId> |
| | | <artifactId>mina-core</artifactId> |
| | | <version>2.2.3</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.mina</groupId> |
| | | <artifactId>mina-filter-compression</artifactId> |
| | | <version>2.2.3</version> |
| | | </dependency> |
| | | |
| | | <!-- Hutool是一个小而全的Java工具类库(https://github.com/dromara/hutool) --> |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-all</artifactId> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |