Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support yaml configuration format and custom configuration format #33

Closed
hxy1991 opened this issue Aug 21, 2018 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@hxy1991
Copy link
Contributor

hxy1991 commented Aug 21, 2018

// @see org.springframework.boot.env.PropertySourceLoader

public interface PropertySourceLoader {

	String[] getFileExtensions();

	List<PropertySource<?>> load(String name, Resource resource) throws IOException;

}

@hxy1991 hxy1991 changed the title Support yaml configuration format, support custom configuration format Support yaml configuration format and custom configuration format Aug 21, 2018
@mercyblitz mercyblitz self-assigned this Sep 26, 2018
@mercyblitz mercyblitz added the enhancement New feature or request label Sep 26, 2018
@yuanxie001
Copy link

获取不到yml的配置属性值.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants