类 PropertySourceUtils

java.lang.Object
spring.turbo.module.configuration.util.PropertySourceUtils

public final class PropertySourceUtils extends Object
从以下版本开始:
2.2.1
作者:
应卓
  • 方法详细资料

    • loadPropertiesFormat

      @Nullable public static org.springframework.core.env.PropertySource<?> loadPropertiesFormat(@Nullable org.springframework.core.io.Resource resource, String propertySourceName)
    • loadYamlFormat

      @Nullable public static org.springframework.core.env.PropertySource<?> loadYamlFormat(@Nullable org.springframework.core.io.Resource resource, String propertySourceName)
    • loadHoconFormat

      @Nullable public static org.springframework.core.env.PropertySource<?> loadHoconFormat(@Nullable org.springframework.core.io.Resource resource, String propertySourceName)