报错信息:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Sat Sep 09 12:12:44 CST 2023
There was an unexpected error (type=Not Found, status=404).
出错原因:
IDEA目录结构的问题,Application启动类的位置不对.要将Application类放在最外侧,即包含所有子包 。而我的controller则放在了最外层的包里面。导致找不到页面。
解决方法:
把启动类要覆盖所有的子包