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