Multiple mysql image not working in Springboot and docker
I'm new on Springboot and docker. I'm trying to create three different microservices and load them into docker. Two of them start correctly while the last one returns the following error: Caused by: com.mysql.cj.exceptions.CJException: Access denied for user 'db_user'@'%' to…