hikari数据源配置类_springboot 2 Hikari 多数据源配置问题(dataSourceClassName or jdbcUrl is required)...

本文介绍了在Spring Boot 2项目中配置Hikari连接池作为多数据源时遇到的问题,错误信息提示'dataSource or dataSourceClassName or jdbcUrl is required.'。通过调整配置文件和添加driver-class-name解决了问题。问题根源在于DataSourceBuilder创建数据源的方式。
摘要由CSDN通过智能技术生成

最近在项目中想试一下使用 Hikari 连接池,以前用的是阿里的 Druid,框架是 Spring MVC,xml配置文件方式注入的 Bean,现在换成 Spring Boot 之后,总遇到一些奇怪的问题,问题的根源是在于自己是个半桶水。

好了,先来看看 application.yml 配置文件:

spring:

jpa:

show-sql: true

datasource:

url: jdbc:mysql://localhost:3306/test?characterEncoding=utf8&useSSL=true

username: root

password: root

type: com.zaxxer.hikari.HikariDataSource

hikari:

maximum-pool-size: 20

max-lifetime: 30000

idle-timeout: 30000

data-source-properties:

prepStmtCacheSize: 250

prepStmtCacheSqlLimit: 2048

cachePrepStmts: true

useServerPrepStmts: true

slave:

url: jdbc:mysql://localhost:3306/test?characterEncoding=utf8&useSSL=true

username: root

password: root

type: com.zaxxer.hikari.HikariDataSource

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值