| | |
| | | <parent>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-visual</artifactId>
|
| | | <version>2.5.0</version>
|
| | | <version>3.6.7</version>
|
| | | </parent>
|
| | | <modelVersion>4.0.0</modelVersion>
|
| | |
|
| | |
| | | <version>${spring-boot-admin.version}</version>
|
| | | </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>
|
| | |
| | | <!-- SpringBoot Web -->
|
| | | <dependency>
|
| | | <groupId>org.springframework.boot</groupId>
|
| | | <artifactId>spring-boot-starter-web</artifactId>
|
| | | <artifactId>spring-boot-starter-webmvc</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Spring Security -->
|