| | |
| | | <parent>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi</artifactId>
|
| | | <version>2.5.0</version>
|
| | | <version>3.6.7</version>
|
| | | </parent>
|
| | | <modelVersion>4.0.0</modelVersion>
|
| | |
|
| | |
| | | <!-- SpringCloud Gateway -->
|
| | | <dependency>
|
| | | <groupId>org.springframework.cloud</groupId>
|
| | | <artifactId>spring-cloud-starter-gateway</artifactId>
|
| | | <artifactId>spring-cloud-starter-gateway-server-webflux</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- SpringCloud Ailibaba Nacos -->
|
| | | <!-- SpringCloud Alibaba Nacos -->
|
| | | <dependency>
|
| | | <groupId>com.alibaba.cloud</groupId>
|
| | | <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- SpringCloud Ailibaba Nacos Config -->
|
| | | <!-- SpringCloud Alibaba Nacos Config -->
|
| | | <dependency>
|
| | | <groupId>com.alibaba.cloud</groupId>
|
| | | <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- SpringCloud Ailibaba Sentinel -->
|
| | | <!-- SpringCloud Alibaba Sentinel -->
|
| | | <dependency>
|
| | | <groupId>com.alibaba.cloud</groupId>
|
| | | <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- SpringCloud Ailibaba Sentinel Gateway -->
|
| | | <!-- SpringCloud Alibaba Sentinel Gateway -->
|
| | | <dependency>
|
| | | <groupId>com.alibaba.cloud</groupId>
|
| | | <artifactId>spring-cloud-alibaba-sentinel-gateway</artifactId>
|
| | |
| | | <artifactId>spring-boot-starter-actuator</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- SpringCloud Loadbalancer -->
|
| | | <dependency>
|
| | | <groupId>org.springframework.cloud</groupId>
|
| | | <artifactId>spring-cloud-loadbalancer</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!--验证码 -->
|
| | | <dependency>
|
| | | <groupId>com.github.penggle</groupId>
|
| | | <groupId>pro.fessional</groupId>
|
| | | <artifactId>kaptcha</artifactId>
|
| | | </dependency>
|
| | |
|
| | |
| | | <artifactId>ruoyi-common-redis</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Swagger -->
|
| | | <!-- Springdoc -->
|
| | | <dependency>
|
| | | <groupId>io.springfox</groupId>
|
| | | <artifactId>springfox-swagger-ui</artifactId>
|
| | | <version>${swagger.fox.version}</version>
|
| | | </dependency>
|
| | | <dependency>
|
| | | <groupId>io.springfox</groupId>
|
| | | <artifactId>springfox-swagger2</artifactId>
|
| | | <version>${swagger.fox.version}</version>
|
| | | <groupId>org.springdoc</groupId>
|
| | | <artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
|
| | | <version>${springdoc.version}</version>
|
| | | </dependency>
|
| | |
|
| | | </dependencies>
|