| | |
| | |
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi</artifactId>
|
| | | <version>1.0.0</version>
|
| | | <version>2.0.0</version>
|
| | |
|
| | | <name>ruoyi</name>
|
| | | <url>http://www.ruoyi.vip</url>
|
| | | <description>若依微服务系统</description>
|
| | |
|
| | | <properties>
|
| | | <ruoyi.version>1.0.0</ruoyi.version>
|
| | | <ruoyi.version>2.0.0</ruoyi.version>
|
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
| | | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
| | | <java.version>1.8</java.version>
|
| | |
| | | <spring-cloud.version>Hoxton.SR4</spring-cloud.version>
|
| | | <spring-boot-admin.version>2.2.3</spring-boot-admin.version>
|
| | | <spring-boot.mybatis>2.1.2</spring-boot.mybatis>
|
| | | <nacos.version>1.3.0</nacos.version>
|
| | | <swagger.fox.version>2.9.2</swagger.fox.version>
|
| | | <swagger.core.version>1.5.24</swagger.core.version>
|
| | | <kaptcha.version>2.3.2</kaptcha.version>
|
| | |
| | | <fastjson.version>1.2.70</fastjson.version>
|
| | | <poi.version>3.17</poi.version>
|
| | | <common-pool.version>2.6.2</common-pool.version>
|
| | | <bitwalker.version>1.19</bitwalker.version>
|
| | | </properties>
|
| | |
|
| | | <!-- 依赖声明 -->
|
| | |
| | | <dependency>
|
| | | <groupId>com.alibaba.cloud</groupId>
|
| | | <artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
| | | <version>2.1.0.RELEASE</version>
|
| | | <version>2.2.1.RELEASE</version>
|
| | | <type>pom</type>
|
| | | <scope>import</scope>
|
| | | </dependency>
|
| | |
|
| | | <!-- Alibaba Nacos 配置 -->
|
| | | <dependency>
|
| | | <groupId>com.alibaba.nacos</groupId>
|
| | | <artifactId>nacos-client</artifactId>
|
| | | <version>${nacos.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- SpringBoot 依赖配置 -->
|
| | | <dependency>
|
| | |
| | | <groupId>org.apache.commons</groupId>
|
| | | <artifactId>commons-pool2</artifactId>
|
| | | <version>${common-pool.version}</version>
|
| | | </dependency>
|
| | | |
| | | <!-- 解析客户端操作系统、浏览器等 -->
|
| | | <dependency>
|
| | | <groupId>eu.bitwalker</groupId>
|
| | | <artifactId>UserAgentUtils</artifactId>
|
| | | <version>${bitwalker.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 核心模块 -->
|