| | |
| | | <java.version>1.8</java.version> |
| | | <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version> |
| | | <spring-boot.mybatis>2.2.2</spring-boot.mybatis> |
| | | <druid.version>1.2.12</druid.version> |
| | | <springdoc.version>1.6.12</springdoc.version> |
| | | <poi.version>5.2.3</poi.version> |
| | | <easyexcel.version>3.1.1</easyexcel.version> |
| | | <velocity.version>2.3</velocity.version> |
| | | <satoken.version>1.31.0</satoken.version> |
| | | <satoken.version>1.32.0</satoken.version> |
| | | <mybatis-plus.version>3.5.2</mybatis-plus.version> |
| | | <p6spy.version>3.9.1</p6spy.version> |
| | | <hutool.version>5.8.8</hutool.version> |
| | | <okhttp.version>4.10.0</okhttp.version> |
| | | <spring-boot-admin.version>2.7.6</spring-boot-admin.version> |
| | | <spring-boot-admin.version>2.7.7</spring-boot-admin.version> |
| | | <redisson.version>3.17.7</redisson.version> |
| | | <lock4j.version>2.2.2</lock4j.version> |
| | | <dynamic-ds.version>3.5.2</dynamic-ds.version> |
| | |
| | | <version>${hutool.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <!-- 阿里数据库连接池 --> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid-spring-boot-starter</artifactId> |
| | | <version>${druid.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | </annotationProcessorPaths> |
| | | </configuration> |
| | | </plugin> |
| | | <!-- 单元测试使用 --> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-surefire-plugin</artifactId> |
| | | <version>2.22.2</version> |
| | | <configuration> |
| | | <argLine>-Dfile.encoding=UTF-8</argLine> |
| | | <!-- 根据打包环境执行对应的@Tag测试方法 --> |
| | | <groups>${profiles.active}</groups> |
| | | <!-- 排除标签 --> |
| | | <excludedGroups>exclude</excludedGroups> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | <resources> |
| | | <resource> |
| | |
| | | <repositories> |
| | | <repository> |
| | | <id>public</id> |
| | | <name>aliyun nexus</name> |
| | | <url>https://maven.aliyun.com/repository/public/</url> |
| | | <name>huawei nexus</name> |
| | | <url>https://mirrors.huaweicloud.com/repository/maven/</url> |
| | | <releases> |
| | | <enabled>true</enabled> |
| | | </releases> |
| | |
| | | <pluginRepositories> |
| | | <pluginRepository> |
| | | <id>public</id> |
| | | <name>aliyun nexus</name> |
| | | <url>https://maven.aliyun.com/repository/public/</url> |
| | | <name>huawei nexus</name> |
| | | <url>https://mirrors.huaweicloud.com/repository/maven/</url> |
| | | <releases> |
| | | <enabled>true</enabled> |
| | | </releases> |