public class YamlPropertySourceFactory extends Object implements org.springframework.core.io.support.PropertySourceFactory
| 构造器和说明 |
|---|
YamlPropertySourceFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.core.env.PropertySource<?> |
createPropertySource(String name,
org.springframework.core.io.support.EncodedResource resource) |
private Properties |
loadYamlIntoProperties(org.springframework.core.io.support.EncodedResource resource) |
public org.springframework.core.env.PropertySource<?> createPropertySource(String name, org.springframework.core.io.support.EncodedResource resource) throws IOException
createPropertySource 在接口中 org.springframework.core.io.support.PropertySourceFactoryIOExceptionprivate Properties loadYamlIntoProperties(org.springframework.core.io.support.EncodedResource resource) throws FileNotFoundException
Copyright © 2021. All rights reserved.