欢迎光临散文网 会员登陆 & 注册

华清远见BAT导师团30天基础预科班

2023-03-18 13:15 作者:zwl临时  | 我要投稿

.为什么导入dependency时不需要指定版本?

<!-- Spring Boot父项目依赖管理 --> <parent>    <groupId>org.springframework.boot</groupId>    <artifactId>spring-boot-starter-parent</artifactId>    <version>2.2.9.RELEASE</version>    <relativePath/> <!-- lookup parent from repository --> </parent>

这个依赖启动器中还包含一个父依赖

<parent>    <groupId>org.springframework.boot</groupId>    <artifactId>spring-boot-dependencies</artifactId>    <version>2.5.2</version>


华清远见BAT导师团30天基础预科班的评论 (共 条)

分享到微博请遵守国家法律