【新增】新增sqlServer 链接地址配置

pull/22/head
小诺 2021-04-08 00:14:45 +08:00 committed by 15099670051
parent b5f46182bb
commit 90ba9f3bcb
3 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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