Skip to content

springboot 2.0.1.RELEASE and hikaricp #12797

@amoswxz

Description

@amoswxz

The HikariDataSource dataSource method in the DataSourceConfiguration class uses the annotation @ConfigurationProperties(prefix = "spring.datasource.hikari")
, but the annotation used by DataSourceProperties is @ConfigurationProperties(prefix = "spring.datasource");
If yml does not write spring-datasource-url, an error occurs. But spring:datasource:hikari: jdbc-url already provides url

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions