1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Merge pull request #384 from Harris2012/patch-1

use EnableDiscoveryClient
This commit is contained in:
xiaojing 2019-02-26 16:11:34 +08:00 committed by GitHub
commit cac7574396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ import org.springframework.web.bind.annotation.RestController;
/** /**
* @author xiaojing * @author xiaojing
*/ */
@EnableDiscoveryClient
@SpringBootApplication @SpringBootApplication
public class ProviderApplication { public class ProviderApplication {