标签:编写 导入 pen star artifact org 相对 frame 页面
我的Controller编写没有错误,html文件也放在了templates文件夹下,但是为什么找不到资源呢?
我发现我导入的thymeleaf包不对,请不要导入Maven库下的thymeleaf包,在SpringBoot中是不会自动配置的。你要导入的是这个包。
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
导入这个包后,启动,访问正常。
标签:编写 导入 pen star artifact org 相对 frame 页面
原文地址:https://www.cnblogs.com/xzk666/p/11679454.html