最新回答 / 慕神357921
没有找到 index.ftl 所映射的方法 方法上改成 @RequestMapping("/index.ftl") 就可以 视频 thymeleaf模板 上的后添加的访问连接 .html 我的也没通过
2019-02-14
已采纳回答 / 立城大渣渣
注释掉热部署依赖<!--热部署--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> <scope>runtime</sco...
2019-02-06
最新回答 / qq_贱字如雾_0
德鲁伊连接池 感觉和别的连接池都差不多 设置下属性就够了
最赞回答 / 慕雪5338229
我感觉吧,你说的这两个error不是一个作用。我认为thymeleaf/error是不报异常的情况下进入的页面,而templates/error是错误的时候进入的页面。至于thymeleaf/error为不报异常的情况下进入的页面,为什么还取名叫error呢?因为老师喜欢!你可以试试,把Controller类中的int 1/0;这句话注释,然后重新运行一下,就会进那个不是错误的error页面了。
2019-01-30
最新回答 / qq_慕仙4435248
这是因为你没有引入包
import org.springframework.web.bind.annotation.RestController;这种情况你可以点击@RestController,然后alt+enter键导入
2019-01-28