Browse Source

Ignore new property that can't be bound

See gh-46739
pull/46846/head
Stéphane Nicoll 4 months ago
parent
commit
0da6bc5723
  1. 3
      module/spring-boot-jdbc/src/main/resources/META-INF/additional-spring-configuration-metadata.json

3
module/spring-boot-jdbc/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -170,6 +170,9 @@ @@ -170,6 +170,9 @@
{
"name": "spring.datasource.hikari.credentials"
},
{
"name": "spring.datasource.hikari.credentials-provider"
},
{
"name": "spring.datasource.hikari.exception-override"
},

Loading…
Cancel
Save