爲何Spring Boot項目引入依賴的時候能夠不指定依賴的版本號

不知道你們在Spring Boot 項目中引入依賴的時候有沒有注意到一個問題:引入的依賴不指定版本號,好比下面這樣,可是也能夠下載到對應的jar 包。web <!-- 添加對JDBC 的支持 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot
相關文章
相關標籤/搜索