12 2021 档案
摘要:@Repository public interface ProductRepository extends PagingAndSortingRepository<Product, Long> {} 继承PagingAndSortingRepository接口,其接口源码中包含page方法 publ
阅读全文
摘要:缓存的简单使用: Caffeine是基于JAVA 1.8 Version的高性能缓存库。 <dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> <version>
阅读全文