因为之前用freemarker在依赖中加了模板引擎,用jsp时报错,将这个依赖注释掉就好了
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>