Selaa lähdekoodia

Version all GS guides at 0.1.0 per http://semver.org

Chris Beams 13 vuotta sitten
vanhempi
commit
0545ed23b9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      test/run.sh

+ 1
- 1
test/run.sh Näytä tiedosto

1
 cd $(dirname $0)
1
 cd $(dirname $0)
2
 cd ../complete
2
 cd ../complete
3
 mvn package
3
 mvn package
4
-java -jar target/gs-rest-service-complete-1.0.jar &
4
+java -jar target/gs-rest-service-complete-0.1.0.jar &
5
 PID=$!
5
 PID=$!
6
 sleep 3
6
 sleep 3
7
 curl -s http://localhost:8080/greeting > target/actual.json
7
 curl -s http://localhost:8080/greeting > target/actual.json