mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-19 14:44:37 +00:00
fix(metadata-service): add PE processor to component scan (#10462)
This commit is contained in:
parent
21e3f5416c
commit
7adf72652b
@ -14,6 +14,8 @@ import org.springframework.context.annotation.PropertySource;
|
|||||||
@ComponentScan(
|
@ComponentScan(
|
||||||
basePackages = {
|
basePackages = {
|
||||||
"com.linkedin.metadata.boot",
|
"com.linkedin.metadata.boot",
|
||||||
|
"com.linkedin.metadata.service",
|
||||||
|
"com.datahub.event",
|
||||||
"com.linkedin.gms.factory.config",
|
"com.linkedin.gms.factory.config",
|
||||||
"com.linkedin.gms.factory.entityregistry",
|
"com.linkedin.gms.factory.entityregistry",
|
||||||
"com.linkedin.gms.factory.common",
|
"com.linkedin.gms.factory.common",
|
||||||
@ -34,7 +36,7 @@ import org.springframework.context.annotation.PropertySource;
|
|||||||
"com.linkedin.gms.factory.auth",
|
"com.linkedin.gms.factory.auth",
|
||||||
"com.linkedin.gms.factory.search",
|
"com.linkedin.gms.factory.search",
|
||||||
"com.linkedin.gms.factory.secret",
|
"com.linkedin.gms.factory.secret",
|
||||||
"com.linkedin.gms.factory.timeseries"
|
"com.linkedin.gms.factory.timeseries",
|
||||||
})
|
})
|
||||||
@PropertySource(value = "classpath:/application.yaml", factory = YamlPropertySourceFactory.class)
|
@PropertySource(value = "classpath:/application.yaml", factory = YamlPropertySourceFactory.class)
|
||||||
@Configuration
|
@Configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user