mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-13 21:52:48 +00:00
提交SqlServer配置yml
This commit is contained in:
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…
x
Reference in New Issue
Block a user