摘要: 项目是Springboot Mybaits,使用了org.mybatis.spring.boot.autoconfigure,可以自动配置Mybaits。(我的理解) 我的locations是这样写的: mybatis.mapper-locations=classpath*:com/uaes/eha 阅读全文
posted @ 2019-12-19 10:12 蒜蓉小龙虾 阅读(328) 评论(0) 推荐(0)
摘要: /* 2019.12.19更新 */ Springboot不建议使用JSP,所以会忽略JSP文件。 我改用了Thymeleaf,刚开始接触,感觉和JSP相比更规范了。 看到网上说用这个,方便前端的人直接查看Thymeleaf模板(就是*.html)。 lol,继续搬砖学习~ /* 原博客 */ 1. 阅读全文
posted @ 2019-12-05 16:07 蒜蓉小龙虾 阅读(2063) 评论(0) 推荐(0)