mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
Wrong name for user.sql script
This commit is contained in:
parent
ac3e64208e
commit
5c35771a20
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue