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   topguntopgun  阅读(1071)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· winform 绘制太阳,地球,月球 运作规律
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· AI与.NET技术实操系列(五):向量存储与相似性搜索在 .NET 中的实现
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示