From 76cf3649dbb111fb2c94218430ff45ee067c400f Mon Sep 17 00:00:00 2001 From: xuxueli <931591021@qq.com> Date: Thu, 11 Jan 2018 12:38:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8C=85=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=97=B6=E8=B5=84=E6=BA=90=E6=96=87=E4=BB=B6=E4=B9=B1?= =?UTF-8?q?=E7=A0=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...OB\345\256\230\346\226\271\346\226\207\346\241\243.md" | 1 + pom.xml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git "a/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" "b/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" index 160b7855..0f6e5a93 100644 --- "a/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" +++ "b/doc/XXL-JOB\345\256\230\346\226\271\346\226\207\346\241\243.md" @@ -1126,6 +1126,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段 - 31、执行器Log文件定期清理功能:执行器新增配置项("xxl.job.executor.logretentiondays")日志保存天数,日志文件过期自动删除。 ### 6.21 版本 V1.9.1 特性[迭代中] +- 1、修复打包部署时资源文件乱码问题; ### TODO LIST - 1、任务权限管理:执行器为粒度分配权限,核心操作校验权限; diff --git a/pom.xml b/pom.xml index 02aabe0d..247259a9 100644 --- a/pom.xml +++ b/pom.xml @@ -59,6 +59,14 @@ UTF8 + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + UTF-8 + + org.apache.maven.plugins maven-war-plugin -- GitLab