瀏覽代碼

【U审批】【代码回退】

wuyx 4 年之前
父節點
當前提交
32b007959d
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      uas-office-qywx-server/src/main/resources/application.yaml

+ 3 - 3
uas-office-qywx-server/src/main/resources/application.yaml

@@ -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