spring-guides / gs-accessing-data-mysql

Accessing data with MySQL :: Learn how to set up and manage user accounts on MySQL and how to configure Spring Boot to connect to it at runtime.

Home Page:http://spring.io/guides/gs/accessing-data-mysql/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker compose file need to update because compose V1 has been depreted

vincenthsin opened this issue · comments

Return following error when use with docker compose v2.x:
(root) Additional property mysql is not allowed

@robertmcnees Any idea how to fix that one?