Merge pull request #15657 from craig-osterhout/15646-java-issue

Issue-15646: Java language specific guide issue
This commit is contained in:
Craig Osterhout 2022-09-21 15:07:12 -07:00 committed by GitHub
commit 3d32a4eca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,8 @@ services:
- MYSQL_URL=jdbc:mysql://mysqlserver/petclinic
volumes:
- ./:/app
depends_on:
- mysqlserver
mysqlserver:
image: mysql:8.0