
报错解决
hellodake
这个作者很懒,什么都没留下…
展开
-
Springboot Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory
报错:Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory在网上搜了各种方法都没有得到解决,先大概列一下有以下几种说法:1.没有加@SpringBootApplication注解,我加了,所以不是这个原因2.没有加@EnableAutoConfiguration...原创 2020-01-17 14:58:10 · 2362 阅读 · 2 评论 -
项目启动报错:Caused by: java.lang.IncompatibleClassChangeError: Implementing class at java.lang.ClassLoad
项目启动报错:Caused by: java.lang.IncompatibleClassChangeError: Implementing class at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at ja...原创 2020-01-09 14:18:41 · 536 阅读 · 0 评论 -
[报错解决]freemarker java.io.FileNotFoundException/TemplateNotFoundException: Template xxx not found.
java.io.FileNotFoundException: Template common/user_menu.ftl not found.最开始一直报fileNotFound,后来又报templateNotFound,看了很多文章刚开始一直没有解决。根据提示,始终觉得是路径的问题,我的项目目录结构如下:尝试升级了freemarker版本,仍然未解决最初在resou...原创 2019-10-12 10:36:06 · 6868 阅读 · 1 评论 -
[ERROR][idea报错]Unmapped Spring configuration files found.
idea启动Event Log提示:Spring Configuration CheckUnmapped Spring configuration files found.Please configure Spring facet or use 'Create Default Context' to add one including all unmapped files.原因是w...原创 2019-07-11 13:37:16 · 449 阅读 · 0 评论 -
[ERROR]ubuntu18.04自带中文输入法在输入中文选择内容的时候出现数字而不是中文
ubuntu18.04自带中文输入法在输入中文选择内容的时候出现数字而不是中文今天早上遇到了这个问题,sudo rm -rf ~/.cache/ibus/libpinyin重启电脑。解决。...原创 2019-07-16 09:58:59 · 494 阅读 · 0 评论 -
[ERROR]ubuntu18.04安装Postman报错
解压完成以后,进入解压目录,执行./Postman,提示:./Postman: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory此时需要执行:sudo apt install libgconf2-4完成以后...原创 2019-07-12 14:45:27 · 663 阅读 · 0 评论 -
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax;
一、com.xiaomi.miliao.dal.DAOException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server versio...原创 2019-09-19 17:20:45 · 1970 阅读 · 0 评论