摘要: Spring Boot 的一些坑 https://www.jianshu.com/p/3494c84b4be3 国际化: 1)设置首页: 方法1:在controller添加一个请求 @RequestMapping({"/","index.html"}) public String index(){ 阅读全文
posted @ 2019-10-13 13:37 柠檬茶lemon 阅读(206) 评论(0) 推荐(0)