Merge branch '5.0.x' of github.com:/hs-web/hsweb-framework into 5.0.x

This commit is contained in:
zhouhao
2026-02-12 15:12:25 +08:00
2 changed files with 880 additions and 48 deletions

13
pom.xml
View File

@@ -297,14 +297,25 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
<version>2.22.2</version>
<configuration>
<includes>
<include>**/*Test.java</include>
<include>**/*Tests.java</include>
</includes>
<argLine>-Dfile.encoding=UTF-8 ${jacocoArgLine}</argLine>
<useSystemClassLoader>false</useSystemClassLoader>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<testFailureIgnore>false</testFailureIgnore>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>2.22.2</version>
</dependency>
</dependencies>
</plugin>
<!-- <plugin>-->