摘要:
@Data 注解引出的 lombok 小辣椒 今天在看代码的时候, 看到了这个注解, 之前都没有见过, 所以就查了下, 发现还是个不错的注解, 可以让代码更加简洁. 这个注解来自于 lombok,lombok 能够减少大量的模板代码,减少了在使用@Data 注解时, 需要导入lombok.Data, 阅读全文
摘要:
问题:rror Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that us 解决方法: Error Code: 1175. You are using safe 阅读全文
摘要:
@Query注解的用法(Spring Data JPA) 参考文章:http://www.tuicool.com/articles/jQJBNv 1. 一个使用@Query注解的简单例子 @Query(value = "select name,author,price from Book b where b.price>?1 and b.price findByPriceRange... 阅读全文