适配2008
This commit is contained in:
parent
6d4b57afcd
commit
89a3c22279
|
@ -6,7 +6,7 @@ logging:
|
|||
encodings: UTF-8
|
||||
file:
|
||||
# 日志保存路径
|
||||
path: /Users/apple/Desktop/log/local
|
||||
path: D:\yongansystem\xslog
|
||||
spring:
|
||||
flyway:
|
||||
# 启动flyway migration, 默认为true
|
||||
|
@ -18,13 +18,17 @@ spring:
|
|||
validationQuery: SELECT 1 # 验证数据库服务可用性的sql.用来检测连接是否有效的sql 因数据库方言而差, 例如 oracle 应该写成 SELECT 1 FROM DUAL
|
||||
datasource:
|
||||
master:
|
||||
url: jdbc:sqlserver://192.168.2.247:9433;DatabaseName=NXWJ;encrypt=false;trustServerCertificate=true
|
||||
# url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=Xs;encrypt=false;trustServerCertificate=true
|
||||
# username: sa
|
||||
# password: bbb49cbeb8244231fce4870a117ce7ae
|
||||
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||||
url: jdbc:sqlserver://115.238.48.210:9083;DatabaseName=test;encrypt=false;trustServerCertificate=true
|
||||
username: sa
|
||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
||||
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||||
savefile:
|
||||
# 文件保存路径
|
||||
path: /Users/apple/Desktop/log/local
|
||||
path: D:\yongansystem\xslog
|
||||
zt:
|
||||
url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
|
||||
cbs8:
|
||||
|
|
Loading…
Reference in New Issue