From 8db8c272c102127664d8896ebe63d9d2af76359e Mon Sep 17 00:00:00 2001 From: James Artz Date: Sun, 29 Mar 2020 16:12:22 -0500 Subject: [PATCH] Fix typo in readme See gh-586 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 286e525d1..716676ed3 100644 --- a/readme.md +++ b/readme.md @@ -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 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. Note that whenever the database type is changed, the app needs to be run with a different profile: `spring.profiles.active=mysql` for MySql.