yudao-vue-pro 第一章 安装启动

一、org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisStreamMessageListenerContainer' defined in class path resource [cn/iocoder/yudao/framework/mq/config/YudaoMQAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate

 

解决问题:devtools 热重载依赖跟这个依赖冲突,解决方案:https://blog.csdn.net/asd792520/article/details/125178662

 

二、command is too long 

解决方法:

在该项目文件夹.idea/workspace.xml中找到

<component name="PropertiesComponent">

...

</component>

然后在其中添加:

<property name="dynamic.classpath" value="true" />

问题得到解决。

 

三、cn.iocoder.yudao.server.YudaoServerApplication

原因: java.lang.ClassNotFoundException: cn.iocoder.yudao.server.YudaoServerApplication

 

解决方法一、去除缓存, 从新编译,build=》rebuild project

 

 

 

解决方法二、检查project structure的jdk是否是和本地配置一直,这个是我错误的地方

 

posted on 2022-07-12 22:05  topguntopgun  阅读(760)  评论(0编辑  收藏  举报

导航