mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-19 14:27:41 +08:00
update to spring boot version 1.0.1.RELEASE
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ class MainController {
|
|||||||
@Value('${info.home:http://localhost:8080/}')
|
@Value('${info.home:http://localhost:8080/}')
|
||||||
private String home
|
private String home
|
||||||
|
|
||||||
@Value('${info.spring-boot.version:1.0.0.RELEASE}')
|
@Value('${info.spring-boot.version:1.0.1.RELEASE}')
|
||||||
private String bootVersion
|
private String bootVersion
|
||||||
|
|
||||||
@Value('${TMPDIR:.}')
|
@Value('${TMPDIR:.}')
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
info.project.name: Spring Start
|
info.project.name: Spring Start
|
||||||
info.project.version: 0.0.1
|
info.project.version: 0.0.1
|
||||||
# remember to update static/install.sh as well:
|
# remember to update static/install.sh as well:
|
||||||
info.spring-boot.version: 1.0.0.RELEASE
|
info.spring-boot.version: 1.0.1.RELEASE
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
# set -x
|
# set -x
|
||||||
|
|
||||||
VERSION="1.0.0.RELEASE"
|
VERSION="1.0.1.RELEASE"
|
||||||
if [ -z "${PREFIX}" ]; then
|
if [ -z "${PREFIX}" ]; then
|
||||||
PREFIX="/usr/local/bin"
|
PREFIX="/usr/local/bin"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user