接口的使用
cn.taketoday.core.env.ConfigurableEnvironment
使用ConfigurableEnvironment的程序包
程序包
说明
environment abstraction consisting of bean definition
profile and hierarchical property source support.
-
cn.taketoday.core.env中ConfigurableEnvironment的使用
修饰符和类型类说明classAbstract base class forEnvironmentimplementations.classEnvironmentimplementation suitable for use in 'standard' (i.e. non-web) applications.修饰符和类型方法说明voidAbstractEnvironment.merge(ConfigurableEnvironment parent) voidConfigurableEnvironment.merge(ConfigurableEnvironment parent) Append the given parent environment's active profiles, default profiles and property sources to this (child) environment's respective collections of each. -
cn.taketoday.core.io中ConfigurableEnvironment的使用
参数类型为ConfigurableEnvironment的cn.taketoday.core.io中的构造器限定符构造器说明PropertySourceProcessor(ConfigurableEnvironment environment, ResourceLoader resourceLoader)