|
|
@@ -17,7 +17,7 @@ import org.springframework.context.annotation.ComponentScan;
|
|
|
"com.poteviohealth.cgp.common.integrated.customer","com.poteviohealth.cgp.common.integrated.order"})
|
|
|
@EnableConfigurationProperties
|
|
|
@SpringBootApplication(exclude={DataSourceAutoConfiguration.class})
|
|
|
-@ComponentScan(value = {"com.poteviohealth.ym"})
|
|
|
+@ComponentScan(value = {"com.poteviohealth.ym","com.poteviohealth.cgp"})
|
|
|
public class YmIposApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|