
BUG解决
阮松云
是一个智能网联系统集成工程师 O(∩_∩)O
展开
-
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.itheima.factory.BeanFactory$1.invoke(BeanFactory.java:65)at com.sun.proxy.$Proxy16.transfer(Unknown Source)在AccountServiceImpl类里有这么一句故意设置的错误int i=1/0;把这句注释掉即可原创 2021-04-01 21:16:35 · 413 阅读 · 1 评论 -
SpringBoot项目没有启动按键
pom文件正常,但是springboot包报红,同时Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found报红。没有启动按键,即下图中JavaDemoApplication这里是灰色的或是Current File。无法识别使用哪个版本的 spring-boot-maven-plugin 包。如图中,将src包标记为Source即可。原创 2024-03-08 10:54:47 · 1868 阅读 · 0 评论 -
Error creating bean with name ‘xxx‘ defined in file
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘xxx’ defined in file[xxx]:BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error crea原创 2021-04-02 20:13:47 · 2684 阅读 · 0 评论 -
org.apache.xmlbeans.XmlObject[] org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRImpl.
完整报错信息。原创 2024-06-20 12:15:01 · 366 阅读 · 0 评论 -
DBeaver无法连接Clickhouse,连接失败
DBeaver连接Clickhouse,驱动问题原创 2024-06-06 16:59:36 · 1099 阅读 · 0 评论 -
Netty获取不到channel,debug时报错,提示IllegalArgumentException(“null KeyStore name“)
解决办法参照:https://blog.youkuaiyun.com/zhangfuping123456789/article/details/131059864。原创 2024-04-09 18:05:45 · 197 阅读 · 0 评论