哈哈
写项目进入localhost8080一直404,找了四五个小时到底是哪里有问题,发现是启动类的扫描出现问题了。
PS:背景是一个小白准备写springboot项目,不会用jpa在网上找教程但教程使用的是mybatis,后面准备在原项目文件上修改为jpa,然后shi一样的项目就更像shi了,又把项目改回mybatis,嘻嘻也不行,总之后面就这样了。
改正:使用@MapperScan注解扫描dao包(repository包)
错误原因:之前使用的是@ComponentScan注解
网页错误提示:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Thu May 02 12:52:18 CST 2024
There was an unexpected error (type=Not Found, status=404).
No static resource start.