摘要: 1、mybatisplus 提供了比较齐全的crud即增删改查,不需要在mapper.xml里写sql可以直接调用 原文链接:http://blog.csdn.net/u014519194/article/details/53786630 2、mybatisplus遇到的问题 1)生成的实体里主键要 阅读全文
posted @ 2017-08-21 16:13 kelly_one 阅读(642) 评论(0) 推荐(0)
摘要: CSDN关于黄勇的访谈:http://www.csdn.net/article/2015-09-06/2825621 阅读全文
posted @ 2017-08-21 10:53 kelly_one 阅读(191) 评论(0) 推荐(0)
摘要: 原文链接:http://blog.csdn.net/rchm8519/article/details/48347797 redis.clients.util.Pool.getResource(Pool.Java:50)redis.clients.jedis.JedisPool.getResource 阅读全文
posted @ 2017-08-19 10:59 kelly_one 阅读(3206) 评论(0) 推荐(0)
摘要: 前言:使用freemarker对应生成一个html文件,保存到磁盘,访问文件就不一定使用tomcat,可以使用nginx(http服务器)访问。可以使用freemaker工具生成。只生成一次,html静态页面是实实在在存在磁盘上了。 一、 什么是freemarker FreeMarker是一个用Ja 阅读全文
posted @ 2017-08-18 21:27 kelly_one 阅读(583) 评论(0) 推荐(0)
摘要: 一、springboot中常用的注解: 原文链接:http://blog.csdn.net/lafengwnagzi/article/details/53034369 原文链接:http://www.cnblogs.com/m4tech/p/6610301.html 二、SpringBoot返回JS 阅读全文
posted @ 2017-08-18 10:22 kelly_one 阅读(1412) 评论(0) 推荐(0)
摘要: 学习地址: http://blog.csdn.net/hejinxu/article/details/6694890 对freemarker的用法与语法进行了详细的讲解 http://freemarker.foofun.cn/index.html 中文API,可以根据需要在API中进行查询 阅读全文
posted @ 2017-08-17 10:06 kelly_one 阅读(133) 评论(0) 推荐(0)
摘要: 原文链接: https://my.oschina.net/lovepeng/blog/734863 https://my.oschina.net/u/185335/blog/666365 https://my.oschina.net/ioslighter/blog/359924 一、 RESTful 阅读全文
posted @ 2017-08-16 16:03 kelly_one 阅读(192) 评论(0) 推荐(0)
摘要: 原文链接:http://www.cnblogs.com/java-zhao/p/5469183.html 不同的环境设置一个配置文件,例如:dev(开发)环境下的配置设置在application-dev.properties中;prod(生产)环境下的配置设置在application-prod.pr 阅读全文
posted @ 2017-08-16 10:44 kelly_one 阅读(326) 评论(0) 推荐(0)
摘要: 是什么? yml文件扩展名是YAML的缩写,YAML于2001年出现,是一种数据描述语言,和xml类似 为什么用它? 我们在做javaweb项目的时候最常见的就是.xml配置文件和properities配置文件,properties只支持key-value类型的格式,较为轻巧。但是.xml和prop 阅读全文
posted @ 2017-08-16 10:29 kelly_one 阅读(591) 评论(0) 推荐(0)
摘要: 原文链接:http://www.cnblogs.com/winner-0715/p/6666302.html 后续完善(附图及详细过程) 阅读全文
posted @ 2017-08-15 22:24 kelly_one 阅读(150) 评论(0) 推荐(0)