Updated bootstrap script to use webgoat-server for starting spring-boot

This commit is contained in:
nbaars 2017-12-28 00:27:25 +01:00
parent dd7f4074cd
commit b64aa43760

View File

@ -139,7 +139,7 @@ developer_bootstrap() {
sleep 5 sleep 5
# Starting WebGoat # Starting WebGoat
mvn -q -pl webgoat-container spring-boot:run mvn -q -pl webgoat-server spring-boot:run
} }
# Start main script # Start main script