摘要: 使用 <a th:href="@{/product/add}" target="_blank">产品</a> 可以得到 <a th:href="/product/add" target="_blank">产品</a> 使用 <a th:href="@{/product/show(skuid=${pr 阅读全文
posted @ 2017-08-15 18:06 moncat 阅读(11296) 评论(0) 推荐(2) 编辑
摘要: 很详细的SpringBoot整合UEditor教程 小宝的博客 http://blog.csdn.net/qq_33745799/article/details/70031641 SpringMVC 之@RequestBody 接收Json数组对象 http://www.cnblogs.com/ss 阅读全文
posted @ 2017-07-28 15:24 moncat 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 基于 springframework 4.3.8 总结了部分注解,欢迎指点补充。 1spring-contextorg.springframework.scheduling.annotation.Schedules 多个定时org.springframework.scheduling.annotat 阅读全文
posted @ 2017-07-25 16:42 moncat 阅读(683) 评论(0) 推荐(0) 编辑
摘要: 最近在研究spring spring中的注解太多了,没有系统的学习方案。只能遇到一个学一个,在这里便写了一段代码,来获取这些注解。 首先参见 引用参考 http://www.cnblogs.com/davidwang456/p/4432410.html 这位仁兄总结的也挺多。 不过有强迫症的兄弟可以 阅读全文
posted @ 2017-07-25 12:01 moncat 阅读(4538) 评论(0) 推荐(0) 编辑
摘要: 先引用一下别的仁兄的地址 http://blog.csdn.net/hwangfantasy/article/details/66542602 颜艺公社 上面这位仁兄说的也不够清晰,在这里我补充一下。 先说明原因,出现404不是说文件没有,而是映射出现了问题,特别是静态文件映射。 这里亲测成功,废话 阅读全文
posted @ 2017-07-21 15:48 moncat 阅读(30438) 评论(4) 推荐(5) 编辑
摘要: thymeleaf 不必再说,spring boot 推荐的模板引擎 因为其为html静态页面 方便前后端开发人员协作,这里,自己也便开始研究,毕竟spring boot 1.5.3 以后整合不了jsp了 这里讲布局框架,github见 https://github.com/ultraq/thyme 阅读全文
posted @ 2017-07-13 14:00 moncat 阅读(2030) 评论(0) 推荐(0) 编辑
摘要: 作为一位码农,怎么能没有博客园账号,先写两句占楼,有技术再分享 阅读全文
posted @ 2017-07-13 11:47 moncat 阅读(111) 评论(0) 推荐(0) 编辑