| | |
| | | <parent>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-modules</artifactId>
|
| | | <version>1.0.0</version>
|
| | | <version>3.1.0</version>
|
| | | </parent>
|
| | | <modelVersion>4.0.0</modelVersion>
|
| | |
|
| | |
| | |
|
| | | <dependencies>
|
| | |
|
| | | <!-- 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 Netflix Hystrix -->
|
| | | <!-- SpringCloud Alibaba Sentinel -->
|
| | | <dependency>
|
| | | <groupId>org.springframework.cloud</groupId>
|
| | | <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
|
| | | <groupId>com.alibaba.cloud</groupId>
|
| | | <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- SpringBoot Web -->
|
| | | <!-- SpringBoot Actuator -->
|
| | | <dependency>
|
| | | <groupId>org.springframework.boot</groupId>
|
| | | <artifactId>spring-boot-starter-web</artifactId>
|
| | | <artifactId>spring-boot-starter-actuator</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Swagger -->
|
| | | <!-- Swagger UI -->
|
| | | <dependency>
|
| | | <groupId>io.springfox</groupId>
|
| | | <artifactId>springfox-swagger-ui</artifactId>
|
| | |
| | | <artifactId>mysql-connector-java</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Ruoyi Common Security -->
|
| | | <!-- RuoYi Common DataSource -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-security</artifactId>
|
| | | <artifactId>ruoyi-common-datasource</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Ruoyi Common Datascope -->
|
| | | <!-- RuoYi Common DataScope -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-datascope</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Ruoyi Common Log -->
|
| | | <!-- RuoYi Common Log -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-log</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Ruoyi Common Swagger -->
|
| | | <!-- RuoYi Common Swagger -->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-swagger</artifactId>
|
| | |
| | | </dependencies>
|
| | |
|
| | | <build>
|
| | | <finalName>${project.artifactId}</finalName>
|
| | | <plugins>
|
| | | <plugin>
|
| | | <groupId>org.springframework.boot</groupId>
|