File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 74
74
<mybatis-thymeleaf .version>1.0.3</mybatis-thymeleaf .version>
75
75
<spring-boot .version>2.7.3</spring-boot .version>
76
76
77
- <argLine >-Djdk.attach.allowAttachSelf --add-opens java.base/java.lang=ALL-UNNAMED</argLine >
77
+ <argLine >-Djdk.attach.allowAttachSelf --add-opens java.base/java.lang=ALL-UNNAMED -Dfile.encoding=UTF-8 </argLine >
78
78
</properties >
79
79
80
80
<build >
103
103
<plugin >
104
104
<groupId >org.apache.maven.plugins</groupId >
105
105
<artifactId >maven-surefire-plugin</artifactId >
106
- <configuration >
107
- <!-- Add setting 'file.encoding' for Windows environment -->
108
- <argLine >${argLine} -Djdk.attach.allowAttachSelf -Dfile.encoding=UTF-8</argLine >
109
- </configuration >
110
106
</plugin >
111
107
</plugins >
112
108
</pluginManagement >
You can’t perform that action at this time.
0 commit comments