摘要: ##springboot初始化报错: Failed to instantiate [XXX]: Specified class is an interface ###我是因为另外一个模块的包中有一个同名的xxxDao接口才报的错,修改一下接口名字即可 阅读全文
posted @ 2022-01-07 16:57 AboutChristopher 阅读(1179) 评论(0) 推荐(0) 编辑
摘要: ##点击redis-server.exe闪退解决办法 ###1.进入到安装redis的根目录然后打开命令行窗口 ###2.输入redis-server.exe命令 redis-server.exe 此时报错:[9796] 07 Jan 16:39:52.515 # QForkMasterInit: 阅读全文
posted @ 2022-01-07 16:52 AboutChristopher 阅读(1000) 评论(0) 推荐(0) 编辑
摘要: ##Springboot集成jsp ###1.resources同级目录下创建webapp文件夹,将webapp设置为web资源目录 ###2.jsp文件放在webapp目录下 ###3.pom.xml文件中引入需要用到的依赖 <!--引入springboot内嵌Tomcat对jsp的解析包,不添加 阅读全文
posted @ 2022-01-07 13:33 AboutChristopher 阅读(136) 评论(0) 推荐(0) 编辑