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

View File

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