我剛開始使用 Spring boot 并開始知道使用 Spring boot 時,它提供了“默認值”(約定優于配置),因此幾乎可以滿足 80% 的依賴關系。 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>${spring.boot.version}</version> <type>pom</type> <scope>import</scope> </dependency>考慮上面的版本spring-boot-starter-parent,我怎么知道spring boot將為我的項目提出什么默認值?有沒有辦法找到它要選擇的默認值?任何人都可以幫助我理解它嗎?
添加回答
舉報
0/150
提交
取消