摘要: 报错信息 org.junit.runners.model.InvalidTestClassError: Invalid test class 'com.ifjanuary.demo.test.DemoTest': 1. No runnable methods at org.junit.runners 阅读全文
posted @ 2020-11-25 21:00 爱吃芒果的牛 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 今天用到MyBatis-Pluss时,学习官网的入门教程,发现用到一个依赖 <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>runtime</scope> </dependency> 阅读全文
posted @ 2020-11-25 17:03 爱吃芒果的牛 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 查看电脑是否安装 nodejs 1.打开命令行窗口 输入 node -v 显示 v12.18.2 即已经安装 阅读全文
posted @ 2020-11-25 09:39 爱吃芒果的牛 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 参考学习网址:https://www.jianshu.com/p/78847c203b76 AMQP 是消息中间件通讯的协议,和HTTP类似 消息在传递过程中遵循的规范 JMS java消息服务应用程序接口,java平台中关于面向消息中间件的API rabbitMQ没有提供,社区提供了 2007年基 阅读全文
posted @ 2020-11-23 10:32 爱吃芒果的牛 阅读(61) 评论(0) 推荐(0) 编辑
摘要: Description: The bean 'scanProductUserRepository', defined in null, could not be registered. A bean with that name has already been defined in null an 阅读全文
posted @ 2020-11-22 21:50 爱吃芒果的牛 阅读(2579) 评论(0) 推荐(0) 编辑
摘要: 配置问题 阅读全文
posted @ 2020-11-19 15:53 爱吃芒果的牛 阅读(1417) 评论(0) 推荐(0) 编辑
摘要: 刚开始用idea工具,下载别人代码到自己本地运行时出现了下面这样的情况 然后就总结了两种自己出现的错误,以及网上提到的解决办法,仅供参考: 第一个就是控制台输出乱码,前提是代码没有出现乱码: 额,,底部这里就是控制台或者输出的是窗口: 找到 help 点开 Edit Custom VM Option 阅读全文
posted @ 2020-06-30 11:43 爱吃芒果的牛 阅读(2600) 评论(0) 推荐(0) 编辑