| | |
| | | <parent>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-modules</artifactId>
|
| | | <version>1.0.0</version>
|
| | | <version>3.6.2</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>
|
| | |
| | | <!-- Apache Velocity -->
|
| | | <dependency>
|
| | | <groupId>org.apache.velocity</groupId>
|
| | | <artifactId>velocity</artifactId>
|
| | | <artifactId>velocity-engine-core</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Mysql Connector -->
|
| | | <dependency>
|
| | | <groupId>mysql</groupId>
|
| | | <artifactId>mysql-connector-java</artifactId>
|
| | | <groupId>com.mysql</groupId>
|
| | | <artifactId>mysql-connector-j</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Ruoyi Common Security-->
|
| | | <dependency>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common-security</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>
|