类的使用
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的使用
修饰符和类型类说明class
Abstract base class for nested conditions.class
Condition
that will match when all nested class conditions match.class
Condition
that will match when any nested class condition matches.class
Condition
that will match when none of the nested class conditions match.class
Condition
that checks if a property whose value is a list is defined in the environment.class
SpringBootCondition
used 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的使用
修饰符和类型类说明class
Condition that matches if anyspring.security.oauth2.client.registration
properties are defined. -
org.springframework.boot.autoconfigure.security.oauth2.resource中SpringBootCondition的使用
修饰符和类型类说明class
Condition for creatingJwtDecoder
by oidc issuer location.class
Condition for creating a jwt decoder using a public key value. -
org.springframework.boot.autoconfigure.sql.init中SpringBootCondition的使用
修饰符和类型类说明class
Condition that checks if the database initialization of a particular component should be considered. -
org.springframework.boot.devtools.autoconfigure中SpringBootCondition的使用