Consider stop using `spring.*` configuration namespace
snicoll opened this issue · 1 comments
snicoll commented
As described in the reference documentation, we ask third party integration not to reuse official namespace for configuration.
Side note, rather than using @Value
it would be nice to use ConfigurationProperties
and the annotation processor to get proper metadata for IDE support.
piomin commented
fixed