| | |
| | | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
| | | <java.version>1.8</java.version>
|
| | | <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
|
| | | <mybatis.spring.boot.starter.version>2.1.4</mybatis.spring.boot.starter.version>
|
| | | <pagehelper.spring.boot.starter.version>1.3.1</pagehelper.spring.boot.starter.version>
|
| | | <mybatis.spring.boot.starter.version>2.2.0</mybatis.spring.boot.starter.version>
|
| | | <pagehelper.spring.boot.starter.version>1.4.0</pagehelper.spring.boot.starter.version>
|
| | | <fastjson.version>1.2.78</fastjson.version>
|
| | | <druid.version>1.2.8</druid.version>
|
| | | <commons.io.version>2.11.0</commons.io.version>
|
| | |
| | | <kaptcha.version>2.3.2</kaptcha.version>
|
| | | <swagger.version>3.0.0</swagger.version>
|
| | | <poi.version>4.1.2</poi.version>
|
| | | <oshi.version>5.8.0</oshi.version>
|
| | | <jna.version>5.8.0</jna.version>
|
| | | <oshi.version>5.8.2</oshi.version>
|
| | | <jna.version>5.9.0</jna.version>
|
| | | <velocity.version>1.7</velocity.version>
|
| | | </properties>
|
| | |
|
| | |
| | | <repository>
|
| | | <id>public</id>
|
| | | <name>aliyun nexus</name>
|
| | | <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
| | | <url>https://maven.aliyun.com/repository/public</url>
|
| | | <releases>
|
| | | <enabled>true</enabled>
|
| | | </releases>
|
| | |
| | | <pluginRepository>
|
| | | <id>public</id>
|
| | | <name>aliyun nexus</name>
|
| | | <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
| | | <url>https://maven.aliyun.com/repository/public</url>
|
| | | <releases>
|
| | | <enabled>true</enabled>
|
| | | </releases>
|