Skip to content

Commit

Permalink
Wrong name for user.sql script
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer authored Mar 10, 2020
1 parent ac3e642 commit 5c35771
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/db/mysql/petclinic_db_setup_mysql.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
line, but any way that sets that property in a Spring Boot app should work).

N.B. the "petclinic" database has to exist for the app to work with the JDBC URL value
as it is configured by default. This condition is taken care of by the docker-compose
configuration provided, or by the `schema.sql` if you can run that as root.
as it is configured by default. This condition is taken care of automatically by the
docker-compose configuration provided, or by the `user.sql` script if you run that as
root.

0 comments on commit 5c35771

Please sign in to comment.