Last updated 4 years ago
Was this helpful?
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>RELEASE 版本</version> <relativePath/> <!-- lookup parent from repository --> </parent>
定義 Java 編譯版本 。
定義 格式編碼。
繼承 spring-boot-dependencies 定義了依賴版本,因此寫依賴時才不需要寫版本號。
執行打包操作的配置。
自動化資源過濾。
自動化插件配置。
配置文件 的資源過濾,包括透過 profile 定義的不同環境的文件。