You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "KeRan213539 (GitHub)" <gi...@apache.org> on 2018/11/28 10:10:41 UTC

[GitHub] [incubator-dubbo-spring-boot-project] KeRan213539 opened issue #315: spring boot web 环境下WelcomeLogoApplicationListener 中 onApplicationEvent 被调用多次,导致欢迎信心被打印多次

spring boot web 环境下WelcomeLogoApplicationListener 中 onApplicationEvent 被调用多次,导致欢迎信心被打印多次

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/315 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo-spring-boot-project] sunlightzy commented on issue #315: spring boot web 环境下WelcomeLogoApplicationListener 中 onApplicationEvent 被调用多次,导致欢迎信心被打印多次

Posted by "sunlightzy (GitHub)" <gi...@apache.org>.
> 0.2.0中
> spring boot web 环境下WelcomeLogoApplicationListener 中 onApplicationEvent 被调用多次,导致欢迎信心被打印多次

        SpringApplication springApplication = new SpringApplication(CanalEsApp.class);
        Set<ApplicationListener<?>> listeners = springApplication.getListeners();
        Set<ApplicationListener<?>> collect = listeners.stream().filter(e -> WelcomeLogoApplicationListener.class.equals(e.getClass())).collect(Collectors.toSet());
        springApplication.setListeners(collect);
        springApplication.run(args);

专治打广告 Banner , 哈哈😄

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/315 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo-spring-boot-project] KeRan213539 commented on issue #315: spring boot web 环境下WelcomeLogoApplicationListener 中 onApplicationEvent 被调用多次,导致欢迎信心被打印多次

Posted by "KeRan213539 (GitHub)" <gi...@apache.org>.
@sunlightzy 官方能解决最好:smile:

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/315 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo-spring-boot-project] KeRan213539 commented on issue #315: spring boot web 环境下WelcomeLogoApplicationListener 中 onApplicationEvent 被调用多次,导致欢迎信心被打印多次

Posted by "KeRan213539 (GitHub)" <gi...@apache.org>.
是啊,马上dubbo 又要支持用 Nacos 做注册中心了,就怕到时候这个项目也不支持了.

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/315 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo-spring-boot-project] KeRan213539 commented on issue #315: spring boot web 环境下WelcomeLogoApplicationListener 中 onApplicationEvent 被调用多次,导致欢迎信心被打印多次

Posted by "KeRan213539 (GitHub)" <gi...@apache.org>.
是啊,马上spring boot 又要支持用 Nacos 做注册中心了,就怕到时候这个项目也不支持了.

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/315 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo-spring-boot-project] mercyblitz closed issue #315: spring boot web 环境下WelcomeLogoApplicationListener 中 onApplicationEvent 被调用多次,导致欢迎信息被打印多次

Posted by "mercyblitz (GitHub)" <gi...@apache.org>.
[ issue closed by mercyblitz ]

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/315 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo-spring-boot-project] mercyblitz commented on issue #315: spring boot web 环境下WelcomeLogoApplicationListener 中 onApplicationEvent 被调用多次,导致欢迎信息被打印多次

Posted by "mercyblitz (GitHub)" <gi...@apache.org>.
I'm also working in Nacos integration :D

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/315 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo-spring-boot-project] mercyblitz commented on issue #315: spring boot web 环境下WelcomeLogoApplicationListener 中 onApplicationEvent 被调用多次,导致欢迎信息被打印多次

Posted by "mercyblitz (GitHub)" <gi...@apache.org>.
@KeRan213539 @sunlightzy  I'm also working in Nacos integration :D

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/315 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo-spring-boot-project] sunlightzy commented on issue #315: spring boot web 环境下WelcomeLogoApplicationListener 中 onApplicationEvent 被调用多次,导致欢迎信心被打印多次

Posted by "sunlightzy (GitHub)" <gi...@apache.org>.
> @sunlightzy 官方能解决最好😄

不指望了, 感觉这项目已经死了, 非官方的或许更好用, 大神在民间 !

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/315 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo-spring-boot-project] mercyblitz commented on issue #315: spring boot web 环境下WelcomeLogoApplicationListener 中 onApplicationEvent 被调用多次,导致欢迎信息被打印多次

Posted by "mercyblitz (GitHub)" <gi...@apache.org>.
It's will be maintained, and this issue will be optimized caused by Spring Boot `SpringApplication` design

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/315 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo-spring-boot-project] KeRan213539 commented on issue #315: spring boot web 环境下WelcomeLogoApplicationListener 中 onApplicationEvent 被调用多次,导致欢迎信息被打印多次

Posted by "KeRan213539 (GitHub)" <gi...@apache.org>.
嗯嗯,好的~

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/315 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org