public class EnvPropertiesSourceLoader
extends org.springframework.boot.env.PropertiesPropertySourceLoader
implements org.springframework.boot.env.PropertySourceLoader
外置env.properties文件加载
| 构造器和说明 |
|---|
EnvPropertiesSourceLoader() |
public org.springframework.core.env.PropertySource<?> load(String name, org.springframework.core.io.Resource resource, String profile) throws IOException
load 在接口中 org.springframework.boot.env.PropertySourceLoaderload 在类中 org.springframework.boot.env.PropertiesPropertySourceLoaderIOExceptionCopyright © 2018. All rights reserved.