07 2020 档案
springboot访问html文件出现404错误
摘要:用springboot访问html文件时一直出现下面的错误: controller层如下: 在application.properties中的配置如下: 以上配置的情况下,访问html页面一直出现404,后来发现需要导入thymleaf依赖,导入之后再次访问就可以成功运行 <dependency> 阅读全文
posted @ 2020-07-21 17:52 li_ling 阅读(5249) 评论(0) 推荐(0)
springboot1.5.21导入thymeleaf依赖时出现unresolved dependency:org.thymeleaf:thymeleaf-spring错误
摘要:上面这个错误出现的原因是在maven下载jar包的过程中,在本地仓库中的thymeleaf-spring4的jar包中出现.lastupdated文件,说明jar包没有下载下来,删除掉.lastupdated文件,然后一直reimport就行,reimport的过程中出现了好多好多次.lastupd 阅读全文
posted @ 2020-07-06 10:55 li_ling 阅读(3297) 评论(0) 推荐(0)