mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1555 - Support .yaml extension (in addition to the existing .yml extension) for application.yaml and application-test.yaml
This commit is contained in:
@@ -17,7 +17,7 @@ public class LoaderTest {
|
||||
|
||||
Loader loader = new Loader();
|
||||
loader.loadProperties("test-properties/application.properties", Loader.Source.RESOURCE);
|
||||
loader.loadYaml("test-properties/application.yml", Loader.Source.RESOURCE);
|
||||
loader.loadYaml("test-properties/application.yaml", Loader.Source.RESOURCE);
|
||||
|
||||
loader.loadProperties("test-properties/one.properties", Loader.Source.RESOURCE);
|
||||
loader.loadYaml("test-properties/foo.yml", Loader.Source.RESOURCE);
|
||||
|
||||
Reference in New Issue
Block a user