提交SqlServer配置yml

pull/8599/merge
JEECG 2025-08-03 09:40:00 +08:00
parent 37a116f2fb
commit a902d9af19
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ spring:
datasource:
master:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://192.168.1.188:1433;SelectMethod=cursor;DatabaseName=jeecgboot
url: jdbc:sqlserver://127.0.0.1:1433;SelectMethod=cursor;DatabaseName=jeecgboot
username: jeecgboot
password: ??
#redis配置