| | |
| | | <parent>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-modules</artifactId>
|
| | | <version>2.3.0</version>
|
| | | <version>3.6.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 Ailibaba Sentinel -->
|
| | | <!-- SpringCloud Alibaba Sentinel -->
|
| | | <dependency>
|
| | | <groupId>com.alibaba.cloud</groupId>
|
| | | <artifactId>spring-cloud-starter-alibaba-sentinel</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>
|
| | | |
| | | <!-- Commons Collections -->
|
| | | <dependency> |
| | | <groupId>commons-collections</groupId> |
| | | <artifactId>commons-collections</artifactId> |
| | | </dependency>
|
| | |
|
| | | <!-- Mysql Connector -->
|
| | |
| | | <artifactId>mysql-connector-java</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>
|