問題タブ [spring-boot-starter]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
160 問題
0
投票する
1
に答える
382
参照
spring-boot - 依存関係 spring-boot-starter をカスタム Spring Boot スターターに含める必要がありますか?
カスタム Spring Boot スターター モジュールを作成する場合、依存関係を含める必要がありspring-boot-starter
ますか?
スプリング ブートのgithubで:
- 一部のスターターは、依存関係
spring-boot-starter
をそのpom.xml
( spring-boot-starter-web、spring-boot-starter-thymeleaf )に追加します。 - 他の一部のスターターはそうではありません ( spring-boot-starter-log4j2、spring-boot -starter-undertow 、 spring- boot-starter-tomcat )。
依存関係に追加しない理由はありますか?