Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 565 Bytes

README.adoc

File metadata and controls

27 lines (20 loc) · 565 Bytes

spring-5-examples Build Status

mustache-json

docker
docker-compose down -v; ./gradlew clean build; docker-compose up --build --force-recreate --remove-orphans

# or

./gradlew clean build
docker-compose up --build --force-recreate --remove-orphans
http :8080
http :8080/hello
http :8080/hello/lol
docker-compose down -v;
---

.build and run

bash gradlew bootRun http :8080 ---