| | |
| | | loaderMap.put(extension, loader); |
| | | } |
| | | } |
| | | List<PropertyFile> sortedPropertyList = (List) propertyFileList.stream().distinct().sorted().collect(Collectors.toList()); |
| | | List<PropertyFile> sortedPropertyList = propertyFileList.stream().distinct().sorted().collect(Collectors.toList()); |
| | | //List<PropertyFile> sortedPropertyList = propertyFileList.stream().distinct().sorted().collect(Collectors.toList()); |
| | | ConfigurableEnvironment environment = (ConfigurableEnvironment) beanFactory.getBean(ConfigurableEnvironment.class); |
| | | MutablePropertySources propertySources = environment.getPropertySources(); |