| | |
| | | <poi.version>4.1.2</poi.version>
|
| | | <velocity.version>1.7</velocity.version>
|
| | | <jwt.version>0.9.1</jwt.version>
|
| | | <mybatis-plus.version>3.4.1</mybatis-plus.version>
|
| | | <mybatis-plus.version>3.4.2</mybatis-plus.version>
|
| | | <hutool.version>5.4.0</hutool.version>
|
| | | <feign.version>2.2.6.RELEASE</feign.version>
|
| | | <feign-okhttp.version>11.0</feign-okhttp.version>
|
| | | </properties>
|
| | |
|
| | | <!-- 依赖声明 -->
|
| | |
| | | <version>${hutool.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>org.springframework.cloud</groupId>
|
| | | <artifactId>spring-cloud-starter-openfeign</artifactId>
|
| | | <version>${feign.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>io.github.openfeign</groupId>
|
| | | <artifactId>feign-okhttp</artifactId>
|
| | | <version>${feign-okhttp.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 定时任务-->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|