类的使用
org.springframework.boot.autoconfigure.condition.SpringBootCondition
使用SpringBootCondition的程序包
程序包
说明
Classes for general actuator auto-configuration concerns.
@Condition annotations and supporting classes.Auto-configuration for the Spring context.
Auto-configuration for Hazelcast.
Support for Spring Security's OAuth 2 client.
Support for Spring Security's OAuth2 resource server.
Auto-configuration for basic script-based initialization of an SQL database.
Auto-configuration for
spring-boot-devtools.-
org.springframework.boot.actuate.autoconfigure中SpringBootCondition的使用
-
org.springframework.boot.autoconfigure.condition中SpringBootCondition的使用
修饰符和类型类说明classAbstract base class for nested conditions.classConditionthat will match when all nested class conditions match.classConditionthat will match when any nested class condition matches.classConditionthat will match when none of the nested class conditions match.classConditionthat checks if a property whose value is a list is defined in the environment.classSpringBootConditionused to check if a resource can be found using a configurable property and optional default location(s). -
org.springframework.boot.autoconfigure.context中SpringBootCondition的使用
-
org.springframework.boot.autoconfigure.hazelcast中SpringBootCondition的使用
-
org.springframework.boot.autoconfigure.security.oauth2.client中SpringBootCondition的使用
-
org.springframework.boot.autoconfigure.security.oauth2.resource中SpringBootCondition的使用
修饰符和类型类说明class已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.5.0 for removal in 4.0.0 in favor of@ConditionalOnIssuerLocationJwtDecoderclass已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.5.0 for removal in 4.0.0 in favor of@ConditionalOnPublicKeyJwtDecoder -
org.springframework.boot.autoconfigure.sql.init中SpringBootCondition的使用
修饰符和类型类说明classCondition that checks if the database initialization of a particular component should be considered. -
org.springframework.boot.devtools.autoconfigure中SpringBootCondition的使用
修饰符和类型类说明class已过时, 待删除: 此 API 元素将从以后的版本中删除。since 3.5.0 for removal in 4.0.0 in favor of@ConditionalOnEnabledDevTools
@ConditionalOnOAuth2ClientRegistrationProperties