类 SqlYamlPropertySourceFactory
- java.lang.Object
-
- top.daxian1218.dust.service.sql.SqlYamlPropertySourceFactory
-
- 所有已实现的接口:
org.springframework.core.io.support.PropertySourceFactory
public class SqlYamlPropertySourceFactory extends java.lang.Object implements org.springframework.core.io.support.PropertySourceFactory
Sql配置读取Factory 配置不会再SpringBoot生效,恒返回空配置
-
-
构造器概要
构造器 构造器 说明 SqlYamlPropertySourceFactory()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.springframework.core.env.PropertySource<?>
createPropertySource(java.lang.String name, org.springframework.core.io.support.EncodedResource resource)
-
-
-
方法详细资料
-
createPropertySource
public org.springframework.core.env.PropertySource<?> createPropertySource(java.lang.String name, org.springframework.core.io.support.EncodedResource resource) throws java.io.IOException
- 指定者:
createPropertySource
在接口中org.springframework.core.io.support.PropertySourceFactory
- 抛出:
java.io.IOException
-
-