posted 3 weeks ago
I am trying to get my docker SQL databases connected to my microservices, but I keep getting exceptions that the connection failed. I cannot figure out why.
I have the docker-compose.yml here.
This is my application.properties file for the inventory service.
The service for the SQL launches and is in a container working, but my inventory service in Spring Boot will not connect to it.