Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 2.04 KB

README.md

File metadata and controls

55 lines (35 loc) · 2.04 KB

CI

ms-test--factoriaf5-helloworld

🏫 HelloWorld Workshop for Factoria F5 Bootcamp

See also 🌍 MicroServices Hello World Live from Twitch!

Develop

Create repo

Session 1

Session1

Session 2

Session2

Run

docker-compose up -d
./gradlew bootRun

curl http://localhost/hello

Test

./gradlew test

Integration Test

./gradlew integrationTest

Tools