摘要: 添加redis的起步依赖: <!-- 配置使用redis启动器 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> < 阅读全文
posted @ 2020-02-29 20:55 糖不甜,盐不咸 阅读(434) 评论(0) 推荐(0)
摘要: springboots使用的版本是2.0.1,注意不同版本可能有差异,并不一定通用 添加Spring Data JPA的起步依赖: <!-- springBoot JPA的起步依赖 --> <dependency> <groupId>org.springframework.boot</groupId 阅读全文
posted @ 2020-02-29 18:23 糖不甜,盐不咸 阅读(588) 评论(0) 推荐(0)