|
|
@@ -20,7 +20,7 @@ spring:
|
|
|
datasource:
|
|
|
primary:
|
|
|
driver-class-name: org.h2.Driver
|
|
|
- jdbc-url: jdbc:h2:file:./data/device_client;FILE_LOCK=NO;DB_CLOSE_ON_EXIT=FALSE
|
|
|
+ jdbc-url: jdbc:h2:file:${user.home}/.device-client/data/device_client;FILE_LOCK=NO;DB_CLOSE_ON_EXIT=FALSE
|
|
|
username: admin
|
|
|
password: select111***
|
|
|
hikari:
|
|
|
@@ -30,5 +30,6 @@ spring:
|
|
|
max-lifetime: 1800000
|
|
|
connection-timeout: 30000
|
|
|
logging:
|
|
|
+ path: ${user.home}/.device-client/logs/
|
|
|
level:
|
|
|
com.usoftchina.smartschool.device.client: debug
|