类的使用
io.microsphere.spring.config.context.annotation.PropertySourceExtension
-
使用PropertySourceExtension的程序包 程序包 说明 io.microsphere.spring.config.context.annotation -
-
io.microsphere.spring.config.context.annotation中PropertySourceExtension的使用
注释类型为PropertySourceExtension的io.microsphere.spring.config.context.annotation中的类 修饰符和类型 类 说明 interface
ResourcePropertySource
A variant of the@PropertySource
annotation that has some limitations: The@PropertySource
annotation can't meta-annotate the another annotation The@PropertySource
annotation can't control the order ofPropertySource
The@PropertySource
annotation can't beinherited
ThePropertySource#value()
attribute does not support theresource
location wildcards ThePropertySource#encoding()
attribute does not specify the default encoding for theresource
-