Results 9 comments of Poppy

vite开发模式下,可以复现,但是打包后完全正常

请问如何解决,我也遇到这个问题了

> > > 我也遇到这个问题 很是影响工作效率 一度想放弃不用dubbo了 > > > > > > 我没遇到这问题啊,我的版本 > > # Sprnig Boot 2.5.4 > > # Spring Cloud 2020.0.3 > > # Spring Cloud...

> > 解决方案:加上这个类 > > @component public class DubboRegistryAdapter implements ApplicationListener { > > ``` > > @Override > > public void onApplicationEvent(ServiceInstancesChangedEvent event) { > > Collection registries =...

> > > 解决方案:加上这个类 > > > @component public class DubboRegistryAdapter implements ApplicationListener { > > > ``` > > > @Override > > > public void onApplicationEvent(ServiceInstancesChangedEvent event) {...

还是想知道dubbo怎么单独升级的,我这边单独升级一直报错

> > 还是想知道dubbo怎么单独升级的,我这边单独升级一直报错 > > ``` > > 2.5.5 > 2020.0.4 > 2021.1 > > 2.7.14 > 2.0.3 > > > > > > org.springframework.boot > spring-boot-dependencies > ${spring-boot.version} >...

icon组件我给你提个pr