Bläddra i källkod

区域运营商分账比例

qin 1 år sedan
förälder
incheckning
3f18290014
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/main/java/com/poteviohealth/ym/ipos/YmIposApplication.java

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

@@ -6,6 +6,7 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
 import org.springframework.boot.context.properties.EnableConfigurationProperties;
 import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
 import org.springframework.cloud.openfeign.EnableFeignClients;
+import org.springframework.context.annotation.ComponentScan;
 
 /**
  * @author david
@@ -16,6 +17,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
 		"com.poteviohealth.cgp.common.integrated.customer","com.poteviohealth.cgp.common.integrated.order"})
 @EnableConfigurationProperties
 @SpringBootApplication(exclude={DataSourceAutoConfiguration.class})
+@ComponentScan(value = {"com.poteviohealth.ym"})
 public class YmIposApplication {
 
 	public static void main(String[] args) {