接口的使用
cn.taketoday.core.env.Profiles
使用Profiles的程序包
程序包
说明
environment abstraction consisting of bean definition
profile and hierarchical property source support.
-
cn.taketoday.core.env中Profiles的使用
修饰符和类型方法说明static ProfilesCreate a newProfilesinstance that checks for matches against the given profile strings.参数类型为Profiles的cn.taketoday.core.env中的方法修饰符和类型方法说明booleanAbstractEnvironment.acceptsProfiles(Profiles profiles) booleanEnvironment.acceptsProfiles(Profiles profiles) Return whether the active profiles match the givenProfilespredicate.