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
92f6be09
authored
Dec 31, 2019
by
wangdanyu
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
升级springboot到2.0.4.RELEASE版本,升级spring到5.0.7.RELEASE版本
parent
99c9a2ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
pom.xml
xxl-job-admin/pom.xml
xxl-job-admin/src/main/resources/application.properties
pom.xml
View file @
92f6be09
...
@@ -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 @
92f6be09
...
@@ -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 @
92f6be09
### 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