类的使用
cn.taketoday.core.env.MapPropertySource
使用MapPropertySource的程序包
程序包
说明
environment abstraction consisting of bean definition
profile and hierarchical property source support.
-
cn.taketoday.core.env中MapPropertySource的使用
修饰符和类型类说明classMutable MapPropertySourceclassPropertySourceimplementation that extracts properties from aPropertiesobject.classSpecialization ofMapPropertySourcedesigned for use with system environment variables. -
cn.taketoday.core.io中MapPropertySource的使用
修饰符和类型类说明classSubclass ofPropertiesPropertySourcethat loads aPropertiesobject from a givenResourceor resource location such as"classpath:/com/myco/foo.properties"or"file:/path/to/file.xml".