Commit 3c29f5ef authored by fangxinjiang's avatar fangxinjiang

init

parent ae2d463e
......@@ -31,15 +31,15 @@
<dependencies>
<!--注册中心客户端-->
<dependency>
<!--<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
</dependency>-->
<!--配置中心客户端-->
<dependency>
<!--<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
</dependency>-->
<!--断路器依赖-->
<dependency>
<groupId>com.yifu.cloud.plus.v1</groupId>
......
......@@ -26,7 +26,6 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
* @date 2018年06月21日 认证授权中心
*/
@EnableYifuFeignClients
@EnableDiscoveryClient
@SpringBootApplication
public class YifuAuthApplication {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment