标签:div alt 没有 依赖 star com code 无法找到 enc



这种都已经配置了拦截跳转,但无效的原因是,没有加载thymeleaf依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
解决WebMvcConfigurer下的addViewControllers无法找到制定页面
标签:div alt 没有 依赖 star com code 无法找到 enc
原文地址:https://www.cnblogs.com/niudaben/p/12238076.html