除暖

在 application.yaml 配置文件里sqlserver配置

电脑版发表于:2021/10/25 19:31

在 application.yaml 配置文件里

#spring:

#  datasource:

#    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver

#    url: jdbc:sqlserver://ip地址:端口;DatabaseName=数据库名

#    username: 用户名

#    password: 密码

#    maxActive: 20

#    initialSize: 1

#    maxWait: 60000

#    minIdle: 1

#    timeBetweenEvictionRunsMillis: 60000

#    minEvictableIdleTimeMillis: 300000

#    validationQuery: select 1

#    testWhileIdle: true

#    testOnBorrow: true

#    testOnReturn: true

#    poolPreparedStatements: true

#    maxOpenPreparedStatements: 20


spring:

  datasource:

    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver

    url: jdbc:sqlserver://localhost:1433;DatabaseName=HR

    username: sa

    password: 123456

    maxActive: 20

    initialSize: 1

    maxWait: 60000

    minIdle: 1

    timeBetweenEvictionRunsMillis: 60000

    minEvictableIdleTimeMillis: 300000

    validationQuery: select 1

    testWhileIdle: true

    testOnBorrow: true

    testOnReturn: true

    poolPreparedStatements: true

    maxOpenPreparedStatements: 20


关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢