dubbo-website
dubbo-website copied to clipboard
应用启动失败
Caused by: java.lang.IllegalStateException: ReferenceBean is not ready yet, please make sure to call reference interface method after dubbo is started. at org.apache.dubbo.config.spring.ReferenceBean.getCallProxy(ReferenceBean.java:344) ~[dubbo-3.1.5.jar:3.1.5] at org.apache.dubbo.config.spring.ReferenceBean.access$100(ReferenceBean.java:100) ~[dubbo-3.1.5.jar:3.1.5]
Pls check if you use dubbo reference before spring ApplicationListener init finished.