Commit 3c29f5ef authored by fangxinjiang's avatar fangxinjiang

init

parent ae2d463e
...@@ -31,15 +31,15 @@ ...@@ -31,15 +31,15 @@
<dependencies> <dependencies>
<!--注册中心客户端--> <!--注册中心客户端-->
<dependency> <!--<dependency>
<groupId>com.alibaba.cloud</groupId> <groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency> </dependency>-->
<!--配置中心客户端--> <!--配置中心客户端-->
<dependency> <!--<dependency>
<groupId>com.alibaba.cloud</groupId> <groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency> </dependency>-->
<!--断路器依赖--> <!--断路器依赖-->
<dependency> <dependency>
<groupId>com.yifu.cloud.plus.v1</groupId> <groupId>com.yifu.cloud.plus.v1</groupId>
......
...@@ -26,7 +26,6 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient; ...@@ -26,7 +26,6 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
* @date 2018年06月21日 认证授权中心 * @date 2018年06月21日 认证授权中心
*/ */
@EnableYifuFeignClients @EnableYifuFeignClients
@EnableDiscoveryClient
@SpringBootApplication @SpringBootApplication
public class YifuAuthApplication { 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