This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new bb770d636 [INLONG-7275][Manager] Add the default location for plugin
(#7276)
bb770d636 is described below
commit bb770d63694c8af69f53b402e42930846c8b7a94
Author: feat <[email protected]>
AuthorDate: Sun Jan 29 10:32:33 2023 +0800
[INLONG-7275][Manager] Add the default location for plugin (#7276)
---
.../java/org/apache/inlong/manager/service/plugin/PluginService.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/plugin/PluginService.java
b/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/plugin/PluginService.java
index 1e23f6f76..8a5b73aca 100644
---
a/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/plugin/PluginService.java
+++
b/inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/plugin/PluginService.java
@@ -55,7 +55,7 @@ public class PluginService implements InitializingBean {
@Setter
@Getter
- @Value("${plugin.location?:}")
+ @Value("${plugin.location:plugins}")
private String pluginLocation;
@Getter