From 87f19e0894585ad0f378ac2fbc229ee7ca933670 Mon Sep 17 00:00:00 2001
From: shiyj <1098226878@qq.com>
Date: 星期三, 17 七月 2019 11:04:43 +0800
Subject: [PATCH] 完善了照片和开发者自述修改一些页面的显示的按钮
---
OrderService/src/main/java/com/java110/order/OrderServiceApplicationStart.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/OrderService/src/main/java/com/java110/order/OrderServiceApplicationStart.java b/OrderService/src/main/java/com/java110/order/OrderServiceApplicationStart.java
index 5e9cf0f..65a3e5c 100644
--- a/OrderService/src/main/java/com/java110/order/OrderServiceApplicationStart.java
+++ b/OrderService/src/main/java/com/java110/order/OrderServiceApplicationStart.java
@@ -13,7 +13,7 @@
import org.springframework.boot.web.client.RestTemplateBuilder;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.client.loadbalancer.LoadBalanced;
-import org.springframework.cloud.netflix.feign.EnableFeignClients;
+import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.Bean;
import org.springframework.http.converter.StringHttpMessageConverter;
@@ -30,7 +30,8 @@
* @date 2016骞�8鏈�6鏃�
* @tag
*/
-@SpringBootApplication(scanBasePackages = {"com.java110.service", "com.java110.order", "com.java110.core", "com.java110.event.order", "com.java110.cache"})
+@SpringBootApplication(scanBasePackages = {"com.java110.service", "com.java110.order",
+ "com.java110.core", "com.java110.event.order", "com.java110.cache", "com.java110.db"})
@EnableDiscoveryClient
//@EnableConfigurationProperties(EventProperties.class)
@Java110ListenerDiscovery(listenerPublishClass = DataFlowEventPublishing.class,
--
Gitblit v1.8.0