Package com.alibaba.cloud.nacos.parser
package com.alibaba.cloud.nacos.parser
-
ClassesClassDescriptionNacos-specific loader, If need to support other methods of parsing,you need to do the following steps: 1.inherit
AbstractPropertySourceLoader; 2.Nacos-specific resource.Parsing for XML requires overwriting the defaultPropertiesPropertySourceLoader, because it internally rigorously validates THE XML in a way that makes it difficult to customize the configuration; at finally, make sure it's in the first place.