Deploy Spring Boot and MySQL using Docker compose
I used mvn clean package to get my target directory and .jar file. Then, I try to put it and mysql database into docker containers but keep failing. It can be executed perfectly outside the containers. I try to set…