浏览代码

区域运营商分账比例

qin 1 年之前
父节点
当前提交
3d35fd18f1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/poteviohealth/ym/ipos/YmIposApplication.java

+ 1 - 1
src/main/java/com/poteviohealth/ym/ipos/YmIposApplication.java

@@ -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) {