From 77598d920cc4e965e8e755c558df165ac8799f29 Mon Sep 17 00:00:00 2001 From: Peter Kipping <pkipping@yahoo.com> Date: Wed, 9 Apr 2025 05:05:55 -0400 Subject: [PATCH] added missing context root to h2 console URL (#215) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e1d989d9..9716689b 100644 --- a/readme.md +++ b/readme.md @@ -138,7 +138,7 @@ For more details, see the [Spring Boot documentation](https://docs.spring.io/spr mvn spring-boot:run ``` 2. **Open H2 Console in your browser:** - - **URL**: http://localhost:9966/h2-console + - **URL**: http://localhost:9966/petclinic/h2-console - **JDBC URL**: `jdbc:h2:mem:petclinic` - **Username**: `sa` - **Password**: _(leave blank)_ -- GitLab