类的使用
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的使用
修饰符和类型类说明classCondition that matches if anyspring.security.oauth2.client.registrationproperties are defined. -
org.springframework.boot.autoconfigure.security.oauth2.resource中SpringBootCondition的使用
修饰符和类型类说明classCondition for creatingJwtDecoderby oidc issuer location.classCondition for creating a jwt decoder using a public key value. -
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的使用