remove 移除 BeanCopyUtils 工具类 与 JDK17 不兼容

This commit is contained in:
疯狂的狮子li
2023-03-02 23:37:21 +08:00
parent f6c96bd246
commit 5e3f504c80
4 changed files with 0 additions and 231 deletions

View File

@ -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>
<!-- 排除标签 -->