使用eclipse打包springboot项目时一直报错 [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? 经查询后找到问题所在 参考博文:https://blog.csdn.net/lslk9898/article/details/73836745 主要原因为:我的eclipse中编译项目使用的是jre,而maven的配置文件及sett
1.springboot的主程序类必须在最外层. 换句话说,报错: This application has no explicit mapping for /error, so you are seeing this as a fallback. Mon Jul 06 21:57:13 CST 2015 There was an unexpected error (type=Not Found, status=404). No message available 应该检查是否主程序在contr