类的使用
org.springframework.beans.factory.config.PropertyResourceConfigurer
使用PropertyResourceConfigurer的程序包 程序包 说明 org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories.org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.org.springframework.beans.factory.config中PropertyResourceConfigurer的使用
org.springframework.beans.factory.config中PropertyResourceConfigurer的子类 修饰符和类型 类 说明 classPlaceholderConfigurerSupportAbstract base class for property resource configurers that resolve placeholders in bean definition property values.classPreferencesPlaceholderConfigurer已过时。as of 5.2, along withPropertyPlaceholderConfigurerclassPropertyOverrideConfigurerProperty resource configurer that overrides bean property values in an application context definition.classPropertyPlaceholderConfigurer已过时。as of 5.2; useorg.springframework.context.support.PropertySourcesPlaceholderConfigurerinstead which is more flexible through taking advantage of theEnvironmentandPropertySourcemechanisms.org.springframework.context.support中PropertyResourceConfigurer的使用
org.springframework.context.support中PropertyResourceConfigurer的子类 修饰符和类型 类 说明 classPropertySourcesPlaceholderConfigurerSpecialization ofPlaceholderConfigurerSupportthat resolves ${...} placeholders within bean definition property values and@Valueannotations against the current SpringEnvironmentand its set ofPropertySources.