Skip to content

项目不错,如果数据库连接池不是HikariCP会报错 #84

@shengbinxu

Description

@shengbinxu

解决办法:
1、引入包:

<dependency>
            <groupId>com.zaxxer</groupId>
            <artifactId>HikariCP</artifactId>
            <version>4.0.3</version>
        </dependency>

2、修改连接池类型
spring.datasource.type = com.zaxxer.hikari.HikariDataSource

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions