适配2008

This commit is contained in:
lvleigang 2024-07-10 17:49:43 +08:00
parent 6d4b57afcd
commit 89a3c22279
1 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,7 @@ logging:
encodings: UTF-8 encodings: UTF-8
file: file:
# 日志保存路径 # 日志保存路径
path: /Users/apple/Desktop/log/local path: D:\yongansystem\xslog
spring: spring:
flyway: flyway:
# 启动flyway migration, 默认为true # 启动flyway migration, 默认为true
@ -18,13 +18,17 @@ spring:
validationQuery: SELECT 1 # 验证数据库服务可用性的sql.用来检测连接是否有效的sql 因数据库方言而差, 例如 oracle 应该写成 SELECT 1 FROM DUAL validationQuery: SELECT 1 # 验证数据库服务可用性的sql.用来检测连接是否有效的sql 因数据库方言而差, 例如 oracle 应该写成 SELECT 1 FROM DUAL
datasource: datasource:
master: 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 username: sa
password: 62e4295b615a30dbf3b8ee96f41c820b password: 62e4295b615a30dbf3b8ee96f41c820b
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
savefile: savefile:
# 文件保存路径 # 文件保存路径
path: /Users/apple/Desktop/log/local path: D:\yongansystem\xslog
zt: zt:
url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface
cbs8: cbs8: