springboot
文章平均质量分 71
一号搬砖手
这个作者很懒,什么都没留下…
展开
-
springdata jpa使用Example快速实现动态查询
Example官方介绍Query by Example (QBE) is a user-friendly querying technique with a simple interface. It allows dynamic query creation and does not require to write queries containing field names. In fac...原创 2018-03-24 14:16:32 · 97408 阅读 · 13 评论 -
@Component和@Configuration作为配置类的差别
随着spingboot的大火,注解式配置受到了大家的热烈欢迎,而@Component和@Configuration都可以作为配置类,之前一直都没觉得这两个用起来有什么差别,可能有时程序跑的和自己想的有所区别也没注意到。直到看到这篇文章:https://my.oschina.net/guangshan/blog/1807721 。我意识到@Component和@Configuration是有区别...原创 2018-06-08 18:48:00 · 99950 阅读 · 42 评论