Posts by Renato • 1 point
2 posts
-
0
votes1
answer144
viewsA: My Springboot Java EE application does not recognize my Docker mysql container
After talking to some people who understand about it. I was able to solve by recreating my mysql environment on Docker with the following command: Docker run -p 3306:3306 --name mysql1 -and…
-
-1
votes1
answer144
viewsQ: My Springboot Java EE application does not recognize my Docker mysql container
Good afternoon, For study purposes, I created a java application using Springboot and am trying to set up a mysql database that is hosted on Windows Docker. However, even with the container running…