SpringBoot引入jsp报500错误

xiaoxiao2025-05-20  27

因为之前用freemarker在依赖中加了模板引擎,用jsp时报错,将这个依赖注释掉就好了

<dependency>  <groupId>org.springframework.boot</groupId>  <artifactId>spring-boot-starter-thymeleaf</artifactId>  </dependency>

转载请注明原文地址: https://www.6miu.com/read-5030421.html

最新回复(0)