我注意到春季啓動樣本數據Redis的聲明瞭以下依賴關係:彈簧引導啓動與彈簧引導起動XXX
<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)?