This website works better with JavaScript.
首頁
探索
說明
註冊
登入
wangjx
/
sentinel
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Add file.encoding JVM args in maven-surefire-plugin to avoid charset problem (
#1550
)
master
xiby
GitHub
4 年之前
父節點
ff0e53f7c6
當前提交
9b46e62665
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID:
4AEE18F83AFDEB23
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
pom.xml
+ 1
- 0
pom.xml
查看文件
@@ -272,6 +272,7 @@
<configuration>
<!-- CircleCI build workaround -->
<argLine>@{argLine} -Xms1024m -Xmx2048m</argLine>
<argLine>-Dfile.encoding=UTF-8</argLine>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
Write
Preview
Loading…
取消
儲存