Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
9d3aca59
Commit
9d3aca59
authored
Aug 04, 2018
by
Junling Bu
Browse files
chore: 升级Spring Boot到2.0.4
parent
0ebabe1f
Changes
3
Hide whitespace changes
Inline
Side-by-side
litemall-core/pom.xml
View file @
9d3aca59
...
@@ -23,8 +23,8 @@
...
@@ -23,8 +23,8 @@
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.fasterxml.jackson.datatype
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
jackson-datatype-jsr310
</artifactId>
<artifactId>
spring-boot-starter-json
</artifactId>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
litemall-db/src/main/resources/application-db.yml
View file @
9d3aca59
...
@@ -22,5 +22,5 @@ spring:
...
@@ -22,5 +22,5 @@ spring:
test-on-return
:
false
test-on-return
:
false
test-while-idle
:
true
test-while-idle
:
true
time-between-eviction-runs-millis
:
60000
time-between-eviction-runs-millis
:
60000
filters
:
stat,wall
,log4j
filters
:
stat,wall
pom.xml
View file @
9d3aca59
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
1.5.12
.RELEASE
</version>
<version>
2.0.4
.RELEASE
</version>
<relativePath/>
<relativePath/>
</parent>
</parent>
...
@@ -55,12 +55,6 @@
...
@@ -55,12 +55,6 @@
<version>
${project.version}
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.datatype
</groupId>
<artifactId>
jackson-datatype-jsr310
</artifactId>
<version>
2.9.5
</version>
</dependency>
<!-- Spring Boot Mybatis 依赖 -->
<!-- Spring Boot Mybatis 依赖 -->
<dependency>
<dependency>
<groupId>
org.mybatis.spring.boot
</groupId>
<groupId>
org.mybatis.spring.boot
</groupId>
...
@@ -85,7 +79,7 @@
...
@@ -85,7 +79,7 @@
<dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<groupId>
com.alibaba
</groupId>
<artifactId>
druid-spring-boot-starter
</artifactId>
<artifactId>
druid-spring-boot-starter
</artifactId>
<version>
1.1.
9
</version>
<version>
1.1.
10
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -118,10 +112,16 @@
...
@@ -118,10 +112,16 @@
<version>
2.5.0
</version>
<version>
2.5.0
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-json
</artifactId>
<version>
2.0.4.RELEASE
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-mail
</artifactId>
<artifactId>
spring-boot-starter-mail
</artifactId>
<version>
1.5.12
.RELEASE
</version>
<version>
2.0.4
.RELEASE
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
</dependencyManagement>
</dependencyManagement>
...
...
Write
Preview
Supports
Markdown
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