mirror of https://github.com/jeecgboot/jeecg-boot
提交SqlServer配置yml
parent
37a116f2fb
commit
a902d9af19
|
@ -151,7 +151,7 @@ spring:
|
||||||
datasource:
|
datasource:
|
||||||
master:
|
master:
|
||||||
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
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
|
username: jeecgboot
|
||||||
password: ??
|
password: ??
|
||||||
#redis配置
|
#redis配置
|
||||||
|
|
Loading…
Reference in New Issue