ruanwenjun opened a new issue #1621: URL: https://github.com/apache/incubator-inlong/issues/1621
### 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? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
