We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea7450 commit 19afae7Copy full SHA for 19afae7
spring-boot-samples/spring-boot-sample-flyway/README.adoc
@@ -2,8 +2,8 @@
2
3
This sample demonstrates the flyway auto-configuration support.
4
5
-You can look at `http//localhost:8080/flyway` to review the list of scripts.
+You can look at `http://localhost:8080/flyway` to review the list of scripts.
6
7
-This sample also enables the H2 console (at `http//localhost:8080/h2-console`)
+This sample also enables the H2 console (at `http://localhost:8080/h2-console`)
8
so that you can review the state of the database (the default jdbc url is
9
`jdbc:h2:mem:testdb`).
0 commit comments