随笔分类 -  error

摘要:我的报错是我自己才疏学浅,解决。 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.mufeng.vhr.mapper.MenuMapper.getMenusByHrId at o 阅读全文
posted @ 2020-08-04 11:34 mufeng07 阅读(515) 评论(0) 推荐(0)
摘要:错误信息: java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure eithe 阅读全文
posted @ 2020-06-12 15:39 mufeng07 阅读(474) 评论(0) 推荐(0)
摘要:springboot项目启动报错 java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAuto 阅读全文
posted @ 2020-05-11 15:56 mufeng07 阅读(8124) 评论(0) 推荐(0)
摘要:今天碰到这个错,真的头痛,让人哭笑不得 springboot启动报错: Caused by: org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationCon 阅读全文
posted @ 2020-04-09 17:15 mufeng07 阅读(10081) 评论(0) 推荐(0)
摘要:报错:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1 解决方案: pom.xml添加 <plugin> <groupId>org.apache.maven.plugins</groupId> <art 阅读全文
posted @ 2020-04-07 22:09 mufeng07 阅读(8805) 评论(0) 推荐(1)
摘要:replace方法第一种: @Test public void test6(){ String a=null;//为空 String user=null; a.replace("",user); } 报错信息: java.lang.NullPointerException at com.mufeng 阅读全文
posted @ 2020-03-24 11:24 mufeng07 阅读(715) 评论(0) 推荐(0)
摘要:一、异常现象:gitlab访问错误Whoops, GitLab is taking too much time to respond二、问题定位问题定位8080端口被占用:三、解决方案解决方案01:将占用的8080端口的进程杀死或者卸载占用8080端口的软件修改正在占用8080端口程序的端口运行重新 阅读全文
posted @ 2020-01-17 16:16 mufeng07 阅读(9901) 评论(2) 推荐(1)
摘要:1.3.1.错误1:内核过低 我们使用的是centos6,其linux内核版本为2.6。而Elasticsearch的插件要求至少3.5以上版本。不过没关系,我们禁用这个插件即可。修改elasticsearch.yml文件,在最下面添加如下配置: bootstrap.system_call_filt 阅读全文
posted @ 2020-01-17 15:43 mufeng07 阅读(1552) 评论(0) 推荐(0)