BookStore Docker 4 : Dockerlize Spring Application & Connect to MySQL Container With Dockerfile + docker-compose.yml
Jul 27, 2024 · 6 min read · Foreword I've tried to dockerize Spring boot application and connect it to mysql-container. But the processes were based on manual steps (only by Dockerfile), which means hand-operated by command after building Spring Docker Image by Dockerfile. This...
Join discussion