From 63a1ae838de8499904822b7712e7b2d0dc85ff4b Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: 星期五, 02 八月 2019 14:45:37 +0800 Subject: [PATCH] 修复 vue.min.js:6 ReferenceError: roomInfo is not defined --- CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java b/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java index ddb7fbe..0cb627d 100644 --- a/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java +++ b/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java @@ -10,7 +10,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; -- Gitblit v1.8.0