| | |
| | | <parent>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common</artifactId>
|
| | | <version>2.1.0</version>
|
| | | <version>3.4.0</version>
|
| | | </parent>
|
| | | <modelVersion>4.0.0</modelVersion>
|
| | |
|
| | |
| | |
|
| | | <dependencies>
|
| | |
|
| | | <!-- SpringCloud Openfeign -->
|
| | | <!-- SpringCloud Openfeign -->
|
| | | <dependency>
|
| | | <groupId>org.springframework.cloud</groupId>
|
| | | <artifactId>spring-cloud-starter-openfeign</artifactId>
|
| | | </dependency>
|
| | | </dependency>
|
| | | |
| | | <!-- SpringCloud Loadbalancer -->
|
| | | <dependency>
|
| | | <groupId>org.springframework.cloud</groupId>
|
| | | <artifactId>spring-cloud-starter-loadbalancer</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Spring Context Support -->
|
| | | <dependency>
|
| | | <!-- Spring Context Support -->
|
| | | <dependency>
|
| | | <groupId>org.springframework</groupId>
|
| | | <artifactId>spring-context-support</artifactId>
|
| | | </dependency>
|
| | | </dependency>
|
| | |
|
| | | <!-- Spring Web -->
|
| | | <dependency>
|
| | | <!-- Spring Web -->
|
| | | <dependency>
|
| | | <groupId>org.springframework</groupId>
|
| | | <artifactId>spring-web</artifactId>
|
| | | </dependency>
|
| | | </dependency>
|
| | |
|
| | | <!-- Apache Commons Pool2 -->
|
| | | <!-- Transmittable ThreadLocal -->
|
| | | <dependency>
|
| | | <groupId>org.apache.commons</groupId>
|
| | | <artifactId>commons-pool2</artifactId>
|
| | | <groupId>com.alibaba</groupId>
|
| | | <artifactId>transmittable-thread-local</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Pagehelper -->
|
| | |
| | | <artifactId>fastjson</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Jwt -->
|
| | | <dependency>
|
| | | <groupId>io.jsonwebtoken</groupId>
|
| | | <artifactId>jjwt</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Jaxb -->
|
| | | <dependency>
|
| | | <groupId>javax.xml.bind</groupId>
|
| | | <artifactId>jaxb-api</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Apache Lang3 -->
|
| | | <dependency>
|
| | | <groupId>org.apache.commons</groupId>
|