Watch how this was made ...
❤️ on YouTube
-
Create a Spring Boot Application with a simple RestController
- Spring initialzr ✅
- HelloController ✅
-
Build a docker image
- Dockerfile + docker build ❌
- bootBuildImage ✅
-
Test the docker image
- Testcontainers (GenericContainer) ✅
- New test source root "container-test" ✅
-
Use a database and redo previous steps ✅