From 4e9c09db176f596958c3e074084fbd46d63bda26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=BF=97=E5=BC=BA?= Date: Mon, 29 Jul 2019 08:42:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B3=A8=E8=A7=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../configservice/ConfigServerEurekaClientConfigure.java | 9 ++------- .../configservice/ConfigServerEurekaServerConfigure.java | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/apollo-configservice/src/main/java/com/ctrip/framework/apollo/configservice/ConfigServerEurekaClientConfigure.java b/apollo-configservice/src/main/java/com/ctrip/framework/apollo/configservice/ConfigServerEurekaClientConfigure.java index 68f42f29003..fcb6dd0dd86 100644 --- a/apollo-configservice/src/main/java/com/ctrip/framework/apollo/configservice/ConfigServerEurekaClientConfigure.java +++ b/apollo-configservice/src/main/java/com/ctrip/framework/apollo/configservice/ConfigServerEurekaClientConfigure.java @@ -5,14 +5,9 @@ import org.springframework.context.annotation.Configuration; /** - * . + * Start Eureka Client annotations according to configuration * - * @author linzhiqiang - * @version Revision 1.0.0 - * @版权: 版权所有 (c) 2011 - * @see: - * @创建日期: 2019-07-25 - * @功能说明: + * @author Zhiqiang Lin(linzhiqiang0514@163.com) */ @Configuration @EnableEurekaClient diff --git a/apollo-configservice/src/main/java/com/ctrip/framework/apollo/configservice/ConfigServerEurekaServerConfigure.java b/apollo-configservice/src/main/java/com/ctrip/framework/apollo/configservice/ConfigServerEurekaServerConfigure.java index fd467f22ac5..6c75e58ad6f 100644 --- a/apollo-configservice/src/main/java/com/ctrip/framework/apollo/configservice/ConfigServerEurekaServerConfigure.java +++ b/apollo-configservice/src/main/java/com/ctrip/framework/apollo/configservice/ConfigServerEurekaServerConfigure.java @@ -5,14 +5,9 @@ import org.springframework.context.annotation.Configuration; /** - * . + * Start Eureka Server annotations according to configuration * - * @author linzhiqiang - * @version Revision 1.0.0 - * @版权: 版权所有 (c) 2011 - * @see: - * @创建日期: 2019-07-25 - * @功能说明: + * @author Zhiqiang Lin(linzhiqiang0514@163.com) */ @Configuration @EnableEurekaServer