Код: Выделить всё
@ConfigurationProperties(prefix = "prefix.stuff")
@ConstructorBinding
@AllArgsConstructor
public class ExampleProps {
...
}
Когда Spring сканирует ConfigurationProperties, он дает ему следующее имя
Код: Выделить всё
"prefix.stuff-com.example.props.ExampleProps"
Мобильная версия