mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
Merge pull request #586 from jelliotartz
* pr/586: Fix typo in readme Closes gh-586
This commit is contained in:
commit
56f09331aa
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Our issue tracker is available here: https://github.com/spring-projects/spring-p
|
||||||
|
|
||||||
In its default configuration, Petclinic uses an in-memory database (H2) which
|
In its default configuration, Petclinic uses an in-memory database (H2) which
|
||||||
gets populated at startup with data. The h2 console is automatically exposed at `http://localhost:8080/h2-console`
|
gets populated at startup with data. The h2 console is automatically exposed at `http://localhost:8080/h2-console`
|
||||||
and it is possibl to inspect the content of the database using the `jdbc:h2:mem:testdb` url.
|
and it is possible to inspect the content of the database using the `jdbc:h2:mem:testdb` url.
|
||||||
|
|
||||||
A similar setup is provided for MySql in case a persistent database configuration is needed.
|
A similar setup is provided for MySql in case a persistent database configuration is needed.
|
||||||
Note that whenever the database type is changed, the app needs to be run with a different profile: `spring.profiles.active=mysql` for MySql.
|
Note that whenever the database type is changed, the app needs to be run with a different profile: `spring.profiles.active=mysql` for MySql.
|
||||||
|
|
Loading…
Reference in a new issue