mirror of https://gitee.com/xiaonuobase/snowy
【新增】新增sqlServer 链接地址配置
parent
b5f46182bb
commit
90ba9f3bcb
|
@ -19,3 +19,12 @@ spring:
|
|||
# # 连接池大小根据实际情况调整
|
||||
# max-active: 20
|
||||
# max-pool-prepared-statement-per-connection-size: 20
|
||||
|
||||
# SQLServer配置
|
||||
#spring:
|
||||
# datasource:
|
||||
# driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||||
# url: jdbc:sqlserver://localhost:1433;DatabaseName=xiaonuo-vue-pub-mssql
|
||||
# username: sa
|
||||
# password: 123456
|
||||
# filters: wall,mergeStat
|
||||
|
|
|
@ -19,3 +19,12 @@ spring:
|
|||
# # 连接池大小根据实际情况调整
|
||||
# max-active: 20
|
||||
# max-pool-prepared-statement-per-connection-size: 20
|
||||
|
||||
# SQLServer配置
|
||||
#spring:
|
||||
# datasource:
|
||||
# driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||||
# url: jdbc:sqlserver://localhost:1433;DatabaseName=xiaonuo-vue-pub-mssql
|
||||
# username: sa
|
||||
# password: 123456
|
||||
# filters: wall,mergeStat
|
||||
|
|
|
@ -19,3 +19,12 @@ spring:
|
|||
# # 连接池大小根据实际情况调整
|
||||
# max-active: 20
|
||||
# max-pool-prepared-statement-per-connection-size: 20
|
||||
|
||||
# SQLServer配置
|
||||
#spring:
|
||||
# datasource:
|
||||
# driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||||
# url: jdbc:sqlserver://localhost:1433;DatabaseName=xiaonuo-vue-pub-mssql
|
||||
# username: sa
|
||||
# password: 123456
|
||||
# filters: wall,mergeStat
|
||||
|
|
Loading…
Reference in New Issue