-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
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
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid