https://github.com/adevintaspain/spring-boot-docker
🐳 Spring Boot with Docker
https://github.com/adevintaspain/spring-boot-docker
Last synced: 8 months ago
JSON representation
🐳 Spring Boot with Docker
- Host: GitHub
- URL: https://github.com/adevintaspain/spring-boot-docker
- Owner: AdevintaSpain
- Created: 2021-05-18T18:31:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T09:05:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-05T17:10:30.545Z (9 months ago)
- Language: Kotlin
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot with Docker
[](https://github.com/AdevintaSpain/spring-boot-docker/actions/workflows/gradle.yml)
Watch how this was made ...
💜 [on Twitch](https://www.twitch.tv/videos/1028060859)
❤️ [on YouTube](https://www.youtube.com/watch?v=gx99aHEszp0)
## To Do
- 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 ✅