Class PropertySourceUtils
java.lang.Object
spring.turbo.module.configuration.util.PropertySourceUtils
- Since:
- 2.2.1
- Author:
- 应卓
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.core.env.PropertySource<?>loadHoconFormat(org.springframework.core.io.Resource resource, String propertySourceName) static org.springframework.core.env.PropertySource<?>loadPropertiesFormat(org.springframework.core.io.Resource resource, String propertySourceName) static org.springframework.core.env.PropertySource<?>loadYamlFormat(org.springframework.core.io.Resource resource, String propertySourceName)
-
Method Details
-
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)
-