mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-23 23:09:47 +08:00
remove 移除 BeanCopyUtils 工具类 与 JDK17 不兼容
This commit is contained in:
5
pom.xml
5
pom.xml
@ -385,11 +385,6 @@
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<argLine>
|
||||
-Dfile.encoding=UTF-8
|
||||
--add-opens java.base/java.lang=ALL-UNNAMED
|
||||
--add-opens java.base/java.lang.invoke=ALL-UNNAMED
|
||||
</argLine>
|
||||
<!-- 根据打包环境执行对应的@Tag测试方法 -->
|
||||
<groups>${profiles.active}</groups>
|
||||
<!-- 排除标签 -->
|
||||
|
Reference in New Issue
Block a user