mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Ignore new property that can't be bound
See gh-46739
This commit is contained in:
+4
-1
@@ -162,7 +162,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"ignored": {
|
||||
"ignored": {
|
||||
"properties": [
|
||||
{
|
||||
"name": "spring.datasource.dbcp2.driver"
|
||||
@@ -170,6 +170,9 @@
|
||||
{
|
||||
"name": "spring.datasource.hikari.credentials"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource.hikari.credentials-provider"
|
||||
},
|
||||
{
|
||||
"name": "spring.datasource.hikari.exception-override"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user