【发布时间】:2014-04-07 20:32:17
【问题描述】:
我注意到 Spring Boot Sample Data Redis 声明了以下依赖项:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
</dependency>
我没有看到提到<artifactId>spring-boot-starter-redis</artifactId>
我的问题是:我什么时候使用spring-boot-starter 与 spring-boot-starter-xxx 其中xxx 是项目的名称(这里是Redis)?
【问题讨论】:
标签: spring-boot