🏫 HelloWorld Workshop for Factoria F5 Bootcamp
See also 🌍 MicroServices Hello World Live from Twitch!
- Clone/fork this repo or create your own using spring initializr
- Setup Continuous Integration using Github Actions
- Create HelloWorldService
- Create HelloWorldRepository
- Create HelloWorldRepository JDBC implementation
docker-compose up -d
./gradlew bootRun
curl http://localhost/hello
./gradlew test
./gradlew integrationTest
- Docker desktop
- IntelliJ Idea or any other IDE you like
- Any OpenJDK Java 11 like Adoptium
- DBeaver or any other database tool to connect to postgres