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

refactor Nacos ConfigService & NamingService

This commit is contained in:
fangjian0423
2019-11-11 11:38:27 +08:00
parent f31b48a01f
commit fa886418d7
25 changed files with 67 additions and 245 deletions

View File

@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RestController;
/**
* @author xiaojing
*/
@EnableDiscoveryClient
@EnableDiscoveryClient(autoRegister = false)
@SpringBootApplication
public class ProviderApplication {