mirror of
https://gitee.com/jeecg/JeecgBoot.git
synced 2025-12-30 09:22:26 +00:00
提交SqlServer配置yml
This commit is contained in:
@@ -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配置
|
||||
|
||||
Reference in New Issue
Block a user