Skip to content

Commit 02b92c2

Browse files
committed
init config
1 parent 8869569 commit 02b92c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ $ mvn spring-boot:run
4141
## Properties
4242
```properties
4343
spring.datasource.url=jdbc:h2:mem:data
44+
# or
45+
# spring.datasource.url=jdbc:h2:file:./data/data
4446
spring.datasource.username=sa
4547
spring.datasource.password=password
4648
spring.h2.console.enabled=true

0 commit comments

Comments
 (0)