gpt4 book ai didi

java - 如何使用 Docker-compose 连接 Docker 上的 Spring Boot 和 MySQL?

转载 作者:行者123 更新时间:2023-12-01 18:08:53 26 4
gpt4 key购买 nike

我的应用程序属性

spring.profiles.include=docker

spring.datasource.url=jdbc:mysql://dbwebrestful:3306/webrestful
spring.datasource.username=root
spring.datasource.password=webrestful

和我的 docker-compose.yml

on this link

但还是这样的错误

enter image description here

我应该怎么做才能解决这个问题?

最佳答案

如果你的docker和mysql在同一个实例上,那么试试这个

spring.datasource.url=jdbc:mysql://host.docker.internal:3306/yourdbname

关于java - 如何使用 Docker-compose 连接 Docker 上的 Spring Boot 和 MySQL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60504064/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com