mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-03 20:28:01 +08:00
Upgrade to Spring Boot 1.3.1.RELEASE
This commit is contained in:
parent
dc137d8058
commit
8783ce013a
@ -4,7 +4,7 @@ info:
|
|||||||
version: 0.4.0
|
version: 0.4.0
|
||||||
# remember to update static/install.sh as well:
|
# remember to update static/install.sh as well:
|
||||||
spring-boot:
|
spring-boot:
|
||||||
version: 1.3.0.RELEASE
|
version: 1.3.1.RELEASE
|
||||||
|
|
||||||
server:
|
server:
|
||||||
compression:
|
compression:
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<selenium.version>2.43.1</selenium.version>
|
<selenium.version>2.43.1</selenium.version>
|
||||||
<spring.boot.version>1.3.0.RELEASE</spring.boot.version>
|
<spring.boot.version>1.3.1.RELEASE</spring.boot.version>
|
||||||
<java.version>1.7</java.version>
|
<java.version>1.7</java.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user