@Controller和@RestController跳转页面和返回数据的不同
不implements WebMvcConfigurer进行配置的话,默认跳转resources/templates文件夹下面的默认以html结尾的页面
@RestController
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation...
原创
2019-07-12 11:13:32 ·
1376 阅读 ·
0 评论