Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2337f8ef
authored
Nov 07, 2018
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
freemarker对数字默认加千分位问题修复,解决日志ID被分隔导致查看日志失败问题;
parent
92d50044
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
doc/XXL-JOB官方文档.md
xxl-job-admin/src/main/resources/application.properties
xxl-job-admin/src/main/resources/templates/joblog/joblog.detail.ftl
doc/XXL-JOB官方文档.md
View file @
2337f8ef
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
...
@@ -1380,6 +1380,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
### 6.23 版本 v2.0.1 Release Notes[迭代中]
-
1、左侧菜单折叠动画问题修复;
-
2、调度报表日期分布图默认值统一;
-
3、freemarker对数字默认加千分位问题修复,解决日志ID被分隔导致查看日志失败问题;
### TODO LIST
...
...
xxl-job-admin/src/main/resources/application.properties
View file @
2337f8ef
...
...
@@ -11,6 +11,7 @@ spring.freemarker.templateLoaderPath=classpath:/templates/
spring.freemarker.suffix
=
.ftl
spring.freemarker.charset
=
UTF-8
spring.freemarker.request-context-attribute
=
request
spring.freemarker.settings.number_format
=
0.##########
### mybatis
mybatis.mapper-locations
=
classpath:/mybatis-mapper/*Mapper.xml
...
...
xxl-job-admin/src/main/resources/templates/joblog/joblog.detail.ftl
View file @
2337f8ef
...
...
@@ -63,7 +63,7 @@
// 参数
var
triggerCode
=
'${triggerCode}'
;
var
handleCode
=
'${handleCode}'
;
var
executorAddress
=
'${executorAddress}'
;
var
executorAddress
=
'${executorAddress
!
}'
;
var
triggerTime
=
'${triggerTime?c}'
;
var
logId
=
'${logId}'
;
</script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment