Leonardo Borges
application.yaml
maxRetries: ${MAX_RETRIES:3}
MAX_RETRIES
@ConfigurationProperties
UByte
Jacob
If you need custom type conversion, you can provide a ConversionService bean (with a bean named conversionService) or custom property editors (through a CustomEditorConfigurer bean) or custom Converters (with bean definitions annotated as @ConfigurationPropertiesBinding).
ConversionService
conversionService
CustomEditorConfigurer
Converters
@ConfigurationPropertiesBinding
A modern programming language that makes developers happier.