Hotfix python gateway server component filter (#7708)
This commit is contained in:
parent
8f441b7776
commit
ed0c233c1a
|
|
@ -69,6 +69,7 @@ import py4j.GatewayServer;
|
|||
|
||||
@ComponentScan(value = "org.apache.dolphinscheduler", excludeFilters = {
|
||||
@ComponentScan.Filter(type = FilterType.REGEX, pattern = {
|
||||
"org.apache.dolphinscheduler.server.master.*",
|
||||
"org.apache.dolphinscheduler.server.worker.*",
|
||||
"org.apache.dolphinscheduler.server.monitor.*",
|
||||
"org.apache.dolphinscheduler.server.log.*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue