BJByung Joo Jeonginjoo.hashnode.dev·Jul 28, 2024 · 10 min readBookStore Docker 3 : Dockerlize Spring Application & Connect to MySQL Container Only With DockerfileThis document goal is to Dockerize Spring Application & Connect to MySQl Container. Docker Reference Link Docker Basic : https://joo.hashnode.dev/book-store-docker-1-docker-basic-with-process-of-creating-image-and-container MySQL Monitoring With Dock...00
BJByung Joo Jeonginjoo.hashnode.dev·Jul 27, 2024 · 6 min readBookStore Docker 4 : Dockerlize Spring Application & Connect to MySQL Container With Dockerfile + docker-compose.ymlForeword 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...00
BJByung Joo Jeonginjoo.hashnode.dev·Jul 26, 2024 · 2 min readBookStore Spring - .env file setup / .env configuration with application.ymlForeword After I created Spring Boot Project, and linked it to remote repositories. For DB connection and other configuration (will add JWT, cookie, Email and etc), I want to enclose private information. Using .env file can be useful for it. ( .env +...00
BJByung Joo Jeonginjoo.hashnode.dev·Jul 25, 2024 · 7 min readBookStore(incomplete) - JPA Many To Many Relationship, Using Junction Table, Composite Primary Key(Source Code and other stuffsWill be updated) Foreword I am creating "BookStore" ERD, I will start from the basic structures, It will be 4 domains below. This document will be about Junction table that should be used for Many-to-Many relationship, wh...00
BJByung Joo Jeonginjoo.hashnode.dev·Jul 24, 2024 · 2 min readBookStore Docker 2 : MySQL monitoringDocker Basic Reference Link https://joo.hashnode.dev/book-store-docker-1-docker-basic-with-process-of-creating-image-and-container#heading-restart-the-stopped-container Without running Docker Desktop check docker status docker ps Run Docker using ...00