mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Update readme.md
This commit is contained in:
parent
27109010a5
commit
e76a3f310b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Our issue tracker is available here: https://github.com/spring-projects/spring-p
|
|||
|
||||
## Database configuration
|
||||
|
||||
In its default configuration, Petclinic uses an in-memory database (H2) which
|
||||
In its default configuration, Petclinic uses an in-memory database heading2(H2) which
|
||||
gets populated at startup with data. The h2 console is automatically exposed at `http://localhost:8080/h2-console`
|
||||
and it is possible to inspect the content of the database using the `jdbc:h2:mem:testdb` url.
|
||||
|
||||
|
|
Loading…
Reference in a new issue