Maven中的
org.springframework.boot
spring-boot-starter-data-redis
2.3.10.RELEASE
org.apache.commons
commons-pool2
2.8.0
org.springframework.boot
spring-boot-starter-data-redis
org.apache.commons
commons-pool2
● org.springframework.boot:spring-boot-starter-data-redis:2.3.10.RELEASE
○ org.springframework.boot:spring-boot-starter:2.3.10.RELEASE
○ org.springframework.data:spring-data-redis:2.3.9.RELEASE
○ io.lettuce:lettuce-core:5.3.7.RELEASE
● org.apache.commons:commons-pool2:2.8.0 如果有多个子项目都引用同一样依赖,则可以避免在每个使用的子项目里都声明一个版本号。当想升级或切换到另一个版本时,只需要在父POM里更新,而不需要逐个修改子项目;另外如果某个子项目需要另外的一个版本,只需要声明version即可。
Manve的
| 留言与评论(共有 0 条评论) “” |