--When developing Java, I wanted to create a development environment that is less environment-dependent and has high migration and reproducibility. ――The times are Containers, aren't they? So, I tried to build a development environment with Docker on my MAC
--Not only Java execution environment, but also DB and build environment are containerized to realize the same environment anytime, anywhere. --Since it is a trial development, use VScode that you are accustomed to without using IDE
Recommended Posts