Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Upgrade to Spring Boot 1.3.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Nov 16, 2015
1 parent b240e33 commit fb1ff53
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
tags: [JavaScript, rest]
projects: [spring-framework]
---
:spring_boot_version: 1.2.7.RELEASE
:spring_boot_version: 1.3.0.RELEASE
:gs-rest-service-cors: link:/guides/gs/rest-service-cors/
:gs-spring-boot: link:/guides/gs/spring-boot/
:toc:
Expand Down
Empty file modified complete/run.sh
100644 → 100755
Empty file.
Empty file modified initial/run.sh
100644 → 100755
Empty file.
7 changes: 4 additions & 3 deletions test/run.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
cd $(dirname $0)

curl -s get.gvmtool.net | bash
curl -s get.sdkman.io | bash
sleep 10
[[ -s "$HOME/.gvm/bin/gvm-init.sh" ]] && source "$HOME/.gvm/bin/gvm-init.sh"
echo "Y" | gvm install springboot
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
echo "Y" | sdk install springboot 1.3.0.RELEASE
sdk use springboot 1.3.0.RELEASE

cd ../complete
spring run app.groovy &
Expand Down

0 comments on commit fb1ff53

Please sign in to comment.