diff --git a/src/main/resources/application-dev.yaml b/src/main/resources/application-dev.yaml index 50442bb40..d9f3c86f8 100755 --- a/src/main/resources/application-dev.yaml +++ b/src/main/resources/application-dev.yaml @@ -17,7 +17,7 @@ spring: # H2 database configuration. driver-class-name: org.h2.Driver - url: jdbc:h2:file:~/halo-dev/db/halo + url: jdbc:h2:file:~/halo-dev/db/halo;AUTO_SERVER=TRUE username: admin password: 123456 @@ -69,4 +69,4 @@ halo: auth-enabled: true mode: development workDir: ${user.home}/halo-dev/ - cache: memory \ No newline at end of file + cache: memory