能远程qq帮忙解决的优先采纳(需求:能localhost:8081进入网页)
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-11-14 10:43:39.019 ERROR 23780 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
项目用的是开源lenos https://gitee.com/bweird/lenosp/blob/dev_2020/README.md
1.要用debug启动
2.确保你本地的redis已经启动,并且端口是6379,否则要改端口,并把redis密码加上,如下图
两种可能,一是配置文件检查一下,二是检查一下@RequestMapping("XXX")路径名有没有重复,删除重复的重新运行即可。