Commit d66b0687 by guo_minglei@163.com

Merge remote-tracking branch 'origin/developer' into developer

parents 732b56f4 f6438a62
......@@ -11,15 +11,11 @@ import org.springframework.context.annotation.Configuration;
import java.util.HashMap;
/**
* @author liyuan
* create date on 2019-11-14 15:09
* description:
* <p></p>
* modified By
* @author huangfu
**/
@Configuration
@Slf4j
public class DemoRegisterConfig {
public class AdminRegisterConfig {
@Value("${myth-rpc.registry.address}")
private String address;
@Value("${myth-rpc.registry.biz}")
......@@ -39,7 +35,7 @@ public class DemoRegisterConfig {
put(RegistryServiceRegistry.ENV,env);
}});
log.info(">>>>>>>>>> 例子项目 invoker config 初始化成功");
log.info(">>>>>>>>>> byit-myth-admin client invoker config 初始化成功");
return invokerFactory;
}
......@@ -54,7 +50,7 @@ public class DemoRegisterConfig {
put(RegistryServiceRegistry.ENV, env);
}});
log.info(">>>>>>>>>>>>>>> byit-demo-service 向注册中心注册config初始化完成");
log.info(">>>>>>>>>>>>>>> byit-myth-admin 向注册中心注册config初始化完成");
return providerFactory;
}
......
......@@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>byit-myth-dto</artifactId>
<artifactId>myth-dto-core</artifactId>
</project>
\ No newline at end of file
......@@ -10,15 +10,11 @@ import org.springframework.context.annotation.Configuration;
import java.util.HashMap;
/**
* @author liyuan
* create date on 2019-11-14 15:09
* description:
* <p></p>
* modified By
* @author huangfu
**/
@Configuration
@Slf4j
public class DemoRegisterConfig {
public class ExecutorServerRegisterConfig {
@Value("${myth-rpc.remoting.port}")
private int port;
@Value("${myth-rpc.registry.address}")
......@@ -39,7 +35,7 @@ public class DemoRegisterConfig {
put(RegistryServiceRegistry.ENV, env);
}});
log.info(">>>>>>>>>>>>>>> byit-demo-service 向注册中心注册config初始化完成");
log.info(">>>>>>>>>>>>>>> byit-executor-service 向注册中心注册config初始化完成");
return providerFactory;
}
......
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