|
|
@ -79,7 +79,7 @@ public class NacosXmlPropertySourceLoader extends AbstractPropertySourceLoader
|
|
|
|
* return a list containing a single source, or in the case of a multi-document format
|
|
|
|
* return a list containing a single source, or in the case of a multi-document format
|
|
|
|
* such as yaml a source for each document in the resource.
|
|
|
|
* such as yaml a source for each document in the resource.
|
|
|
|
* @param name the root name of the property source. If multiple documents are loaded
|
|
|
|
* @param name the root name of the property source. If multiple documents are loaded
|
|
|
|
* an additional suffix should be added to the name for each source loaded.
|
|
|
|
* an additional suffix should be added to the name for each source loaded.
|
|
|
|
* @param resource the resource to load
|
|
|
|
* @param resource the resource to load
|
|
|
|
* @return a list property sources
|
|
|
|
* @return a list property sources
|
|
|
|
* @throws IOException if the source cannot be loaded
|
|
|
|
* @throws IOException if the source cannot be loaded
|
|
|
|