featzhang opened a new issue, #7275: URL: https://github.com/apache/inlong/issues/7275
### What happened When the plugin's path is set in application.properties, the manager service does not get the configuration. ```properties plugin.location=dev/plugin ``` ```bash 2023-01-25 12:31:12.663 - INFO [ main] o.a.i.m.s.p.PluginService :70 - init 2023-01-25 12:31:12.667 - INFO [ main] o.a.i.m.s.p.PluginService :78 - plugin location is plugins 2023-01-25 12:31:12.668 - INFO [ main] o.a.i.m.s.p.PluginService :87 - search for plugin in /Users/featzhang/workspace/inlong/plugins 2023-01-25 12:31:12.668 - WARN [ main] o.a.i.m.s.p.PluginService :89 - plugin directory not found ``` ### What you expected to happen take effect ### How to reproduce 1. specify plugin path with 'plugin.location' in application.properties 2. start manager ### Environment MacOS Big Sur Version 11.3.1 ### InLong version master ### InLong Component InLong Manager ### 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]
