We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8869569 commit 02b92c2Copy full SHA for 02b92c2
README.md
@@ -41,6 +41,8 @@ $ mvn spring-boot:run
41
## Properties
42
```properties
43
spring.datasource.url=jdbc:h2:mem:data
44
+# or
45
+# spring.datasource.url=jdbc:h2:file:./data/data
46
spring.datasource.username=sa
47
spring.datasource.password=password
48
spring.h2.console.enabled=true
0 commit comments