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
92b98468
authored
Jan 19, 2020
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Plain Diff
调度中心升级springboot2.x;因此,系统要求JDK8+;
parents
6a91bfa5
e4ed8f32
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
6 deletions
doc/XXL-JOB官方文档.md
pom.xml
xxl-job-admin/pom.xml
xxl-job-admin/src/main/resources/application.properties
doc/XXL-JOB官方文档.md
View file @
92b98468
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
@@ -1686,7 +1686,7 @@ public ReturnT<String> execute(String param) {
...
@@ -1686,7 +1686,7 @@ public ReturnT<String> execute(String param) {
-
注意:最新版本 "XxlJobSpringExecutor" 逻辑有调整,历史项目中该组件的配置方式请参考Sample示例项目进行调整,尤其注意需要移除组件的init和destroy方法;
-
注意:最新版本 "XxlJobSpringExecutor" 逻辑有调整,历史项目中该组件的配置方式请参考Sample示例项目进行调整,尤其注意需要移除组件的init和destroy方法;
### 6.28 版本 v2.2.0 Release Notes[迭代中]
### 6.28 版本 v2.2.0 Release Notes[迭代中]
-
1、
[
迭代中
]
调度中心升级springboot2.x;因此,系统要求JDK8+;
-
1、调度中心升级springboot2.x;因此,系统要求JDK8+;
-
2、执行器注册默认值优化;
-
2、执行器注册默认值优化;
-
3、SQL脚本编码默认utf8mb4执行,避免小概率下容器环境中乱码问题;
-
3、SQL脚本编码默认utf8mb4执行,避免小概率下容器环境中乱码问题;
...
...
pom.xml
View file @
92b98468
...
@@ -26,9 +26,10 @@
...
@@ -26,9 +26,10 @@
<xxl-rpc.version>
1.5.0
</xxl-rpc.version>
<xxl-rpc.version>
1.5.0
</xxl-rpc.version>
<spring.version>
4.3.25.RELEASE
</spring.version>
<spring.version>
5.0.7.RELEASE
</spring.version>
<spring-boot.version>
1.5.22.RELEASE
</spring-boot.version>
<spring-boot.version>
2.0.4.RELEASE
</spring-boot.version>
<mybatis-spring-boot-starter.version>
1.3.5
</mybatis-spring-boot-starter.version>
<mybatis-spring-boot-starter.version>
1.3.5
</mybatis-spring-boot-starter.version>
<tomcat-jdbc.version>
8.5.43
</tomcat-jdbc.version>
<mysql-connector-java.version>
5.1.48
</mysql-connector-java.version>
<mysql-connector-java.version>
5.1.48
</mysql-connector-java.version>
<slf4j-api.version>
1.7.29
</slf4j-api.version>
<slf4j-api.version>
1.7.29
</slf4j-api.version>
...
...
xxl-job-admin/pom.xml
View file @
92b98468
...
@@ -59,6 +59,12 @@
...
@@ -59,6 +59,12 @@
<artifactId>
mybatis-spring-boot-starter
</artifactId>
<artifactId>
mybatis-spring-boot-starter
</artifactId>
<version>
${mybatis-spring-boot-starter.version}
</version>
<version>
${mybatis-spring-boot-starter.version}
</version>
</dependency>
</dependency>
<!-- tomcat-jdbc -->
<dependency>
<groupId>
org.apache.tomcat
</groupId>
<artifactId>
tomcat-jdbc
</artifactId>
<version>
${tomcat-jdbc.version}
</version>
</dependency>
<!-- mysql -->
<!-- mysql -->
<dependency>
<dependency>
<groupId>
mysql
</groupId>
<groupId>
mysql
</groupId>
...
...
xxl-job-admin/src/main/resources/application.properties
View file @
92b98468
### web
### web
server.port
=
8080
server.port
=
8080
server.context-path
=
/xxl-job-admin
server.
servlet.
context-path
=
/xxl-job-admin
### actuator
### actuator
management.context-path
=
/actuator
management.
server.servlet.
context-path
=
/actuator
management.health.mail.enabled
=
false
management.health.mail.enabled
=
false
### resources
### resources
...
...
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