Parent
Maven 配置
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>RELEASE 版本</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>點擊進入,在進入 spring-boot.dependencies 即可看到對應版本。
基本功能
Last updated