An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Spring Boot with Docker

[![CI](https://github.com/AdevintaSpain/spring-boot-docker/actions/workflows/gradle.yml/badge.svg)](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 ✅