Browse Source
Update `Binder` so that if a property exists, but it cannot be converted to required type, bean binding is attempted. Prior to this commit, if a user happened to have an environment variable named `SERVER` the binder would fail when trying to directly convert its `String` value into a `ServerProperties` Fixes gh-10945pull/11117/merge
2 changed files with 25 additions and 1 deletions
Loading…
Reference in new issue