ms-test--factoriaf5-helloworld
See also
Develop
Create repo
- Clone/fork this repo or create your own using spring initializr
- Setup Continuous Integration using Github Actions
Session 1
Session 2
- Create HelloWorldService
- Create HelloWorldRepository
- Create HelloWorldRepository JDBC implementation
Run
docker-compose up -d
./gradlew bootRun
curl http://localhost/hello
Test
./gradlew test
Integration Test
./gradlew integrationTest
Tools
- 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