| | |
| | |
|
| | | <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>
|
| | |
| | | <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>
|
| | |
| | | <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>
|
| | |
|
| | | <!-- 核心模块 -->
|