springboot返回html和jsp

1、返回htmlcss (1)添加maven依赖html <dependency>     <groupId>org.springframework.boot</groupId>     <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> (2)thymeleaf模板默认寻找resources下,template
相关文章
相关标签/搜索