【发布时间】:2022-01-19 08:05:04
【问题描述】:
** Application.properties**
spring.datasource.url=jdbc:postgresql://0.0.0.0:8000/dockerDb
spring.datasource.password=somePassword
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=create
** 码头工人 ps**
集装箱 ID 1506c2981b1d
IMAGE 13 版本
命令“docker-entrypoint.s…”
端口 5432/tcp, 0.0.0.0:8000->5438/tcp
名称 postgresql-13
【问题讨论】:
标签: postgresql spring-boot docker