项目场景:
运行springboot项目时,先是Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Wed Sep 15 09:21:14 CST 2021 There was an unexpected error (type=Not Found, status=404).
然后又是404Not
提示:这里填写该问题的具体解决方案:
例如:新建一个 Message 对象,并将读取到的数据存入 Message,然后 mHandler.obtainMessage(READ_DATA, bytes, -1, buffer).sendToTarget();换成 mHandler.sendMessage()。
解决方案:检查pom文件,我的问题就是
低智商错误.....将resources 写成了resoures......
思考:但凡是pom里面下划线警告的都应该重视,因为一点点的错误都会导致项目构建的失败..(与君共勉之)