@Primary
@Bean(name = "business-test")
public DataSource dataSource() {
}
here I am creating a data source with bean name "business-test" but this value should come from another application manifest. is it possible to do so? or how can we achieve this?