We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The RestTemplateConfig cannot load config from properties.
RestTemplateConfig
This caused by we need to add set method when using ConfigurationProperties.
ConfigurationProperties
https://github.com/apache/incubator-inlong/blob/6ca488190ae42dcf538410ef8334d4400562285f/inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/config/RestTemplateConfig.java#L44-L72
Load config from proties.
Modified the config maxTotal in properties, the RestTemplateConfig cannot load.
maxTotal
MacOs Big Sur Version 11.3.1
master
The text was updated successfully, but these errors were encountered:
dockerzhang
Successfully merging a pull request may close this issue.
What happened
The
RestTemplateConfig
cannot load config from properties.This caused by we need to add set method when using
ConfigurationProperties
.https://github.com/apache/incubator-inlong/blob/6ca488190ae42dcf538410ef8334d4400562285f/inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/config/RestTemplateConfig.java#L44-L72
What you expected to happen
Load config from proties.
How to reproduce
Modified the config
maxTotal
in properties, the RestTemplateConfig cannot load.Environment
MacOs Big Sur Version 11.3.1
InLong version
master
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: