12 2021 档案

摘要:@Repository public interface ProductRepository extends PagingAndSortingRepository<Product, Long> {} 继承PagingAndSortingRepository接口,其接口源码中包含page方法 publ 阅读全文
posted @ 2021-12-17 09:24 张碧晨 阅读(63) 评论(0) 推荐(0) 编辑
摘要:缓存的简单使用: Caffeine是基于JAVA 1.8 Version的高性能缓存库。 <dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> <version> 阅读全文
posted @ 2021-12-07 11:50 张碧晨 阅读(58) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示