org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [spring/spring-dubbo.xml]; nested exception is java.lang.NoClassDefFoundError: com/alibaba/spring/beans/factory/annotation/AnnotationInjectedBeanPostProcessor
看你的报错,原因在于你缺少了jar包。
很可能是你的dubbo的jar没有下载下来(可以看一下idea右边 maven栏目 然后看一下server模块 的depencies 看看是否有没下载下来的jar)