アノテーションインターフェースの使用
org.springframework.boot.autoconfigure.condition.ConditionalOnProperty
ConditionalOnProperty を使用するパッケージ
パッケージ
説明
spring-boot-devtools の自動構成。RSocket と GraphQL を統合するための自動構成クラス。
JDBC の自動構成。
Quartz スケジューラーの自動構成。
SendGrid の自動構成。
org.springframework.boot.devtools.autoconfigure 内の ConditionalOnProperty 使用
ConditionalOnProperty 型のアノテーションを持つ org.springframework.boot.devtools.autoconfigure のクラスorg.springframework.boot.graphql.autoconfigure.rsocket 内の ConditionalOnProperty 使用
ConditionalOnProperty 型のアノテーションを持つ org.springframework.boot.graphql.autoconfigure.rsocket のクラスorg.springframework.boot.jdbc.autoconfigure 内の ConditionalOnProperty 使用
ConditionalOnProperty 型のアノテーションを持つ org.springframework.boot.jdbc.autoconfigure のクラスorg.springframework.boot.quartz.autoconfigure 内の ConditionalOnProperty 使用
ConditionalOnProperty 型のアノテーションを持つ org.springframework.boot.quartz.autoconfigure のクラスorg.springframework.boot.sendgrid.autoconfigure 内の ConditionalOnProperty 使用
ConditionalOnProperty 型のアノテーションを持つ org.springframework.boot.sendgrid.autoconfigure のクラス