各种Bug
遇到的各种Bug
风吹乱了花丛
这个作者很懒,什么都没留下…
展开
-
javax.naming.NameNotFoundException: 名称[jdbc/HelixDB]未在此上下文中绑定。找不到[jdbc]
参考博客:https://blog.csdn.net/lvhaoguang0/article/details/809455691、错误javax.naming.NameNotFoundException: 名称[jdbc/HelixDB]未在此上下文中绑定。找不到[jdbc]。 at org.apache.naming.NamingContext.lookup(NamingContext.java:833) at org.apache.naming.NamingContext.lookup(Nami原创 2021-12-08 11:58:15 · 10003 阅读 · 1 评论 -
报错Configuration Error: deployment source ‘xxx:war‘ is not valid
1、报错现象2、原因idea配置里的tomcat配置里,没有更新最新的Artifact。3、解决方案1、Edit Configuration2、点击Deployment可以看到war是红色的,点击右边的‘-’号删除旧的war包3、添加新的Artifact4、确定就ok了。...原创 2021-12-08 11:34:58 · 7558 阅读 · 2 评论 -
SpringBoot打包项目Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources
错误提示Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources) on project store: Input length = 1 -> [Help 1]分析:确少对应依赖maven-resources-plugin;解决方案:新增对应依赖即可:<build> <plugins> &l原创 2021-10-10 16:03:56 · 234 阅读 · 0 评论 -
nvalid bound statement (not found): com.yiyu.store.mapper.UserMapper.insert
springboot、mybatis错误:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.yiyu.store.mapper.UserMapper.insert at org.apache.ibatis.binding.MapperMethod$SqlCommand.<init>(MapperMethod.java:235) at org.apache.ibatis原创 2021-10-04 11:38:44 · 269 阅读 · 0 评论 -
ssm org.springframework.beans.factory.UnsatisfiedDependencyException
错误原因:已经包含两个重复值:com.yiyu.mapper.MatchMapper.updateMatch删去一个即可。原创 2021-04-13 20:11:02 · 75 阅读 · 0 评论