最新回答 / 你过的怎样
推荐一款基于SpringBoot2.0 + Spring Data Jpa + Thymeleaf + Shiro 开发的后台管理系统,为快速开发后台系统而生的脚手架!可以参考这个系统哦!里面有集成了shiro框架!开源地址:https://gitee.com/aun/Timo
2019-03-30
最赞回答 / Gigure
自己创建,sql 文件在源码 imooc-springboot-starter\src\main\resources\sql\leecx.sql
+ 我来回答
回答最高可+2积分
最新回答 / 慕前端5189397
设置编码格式为UTF-8
最新回答 / 慕婉清5078569
## 多个表<table tableName="table01"></table><table tableName="table02"></table>## 全部表<table tableName="*"></table>
最新回答 / kevin00012
https://github.com/leechenxiang/imooc-springboot-starter/blob/master/src/main/java/com/imooc/utils/RedisOperator.java
2019-03-07
最新回答 / 波波你行
应该是编码问题导致的
已采纳回答 / 殷浩
在controller中,你是使用了RestController注解,相当于是Controller和ResponseBody一起使用了,默认会将返回值按照json格式解析;这里是整合freemarker是spring mvc的方式,使用Controller加上两个RequestMapping即可,所以是你的注解使用错了
2019-03-01
最赞回答 / 爪子
thymeleaf: prefix: classpath:/templates/thymeleaf 的classpath只要多一个斜杠的,漏斜杠就会有问题,freemarker不需要后面那个斜杠
2019-03-01