|
|
@@ -17,7 +17,7 @@ spring:
|
|
|
datasource:
|
|
|
primary:
|
|
|
driver-class-name: org.h2.Driver
|
|
|
- jdbc-url: jdbc:h2:file:C:/office/.office/data/server;FILE_LOCK=NO;DB_CLOSE_ON_EXIT=FALSE
|
|
|
+ jdbc-url: jdbc:h2:file:${user.home}/.office/data/server;FILE_LOCK=NO;DB_CLOSE_ON_EXIT=FALSE
|
|
|
username: admin
|
|
|
password: select111***
|
|
|
hikari:
|
|
|
@@ -27,12 +27,12 @@ spring:
|
|
|
max-lifetime: 1800000
|
|
|
connection-timeout: 30000
|
|
|
redis:
|
|
|
- host: 10.1.81.211
|
|
|
+ host: 127.0.0.1
|
|
|
port: 6379
|
|
|
jackson:
|
|
|
serialization:
|
|
|
write-dates-as-timestamps: true
|
|
|
logging:
|
|
|
- path: C:/office/.office/logs/
|
|
|
+ path: ${user.home}/.office/logs/
|
|
|
level:
|
|
|
com.usoftchina.uas.office: debug
|