SpringBoot+JPA+cache入门

在pom.xml中加入如下依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-cache</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</g
相关文章
相关标签/搜索