Class NacosPropertySourceLocator

java.lang.Object
com.alibaba.cloud.nacos.client.NacosPropertySourceLocator
All Implemented Interfaces:
org.springframework.cloud.bootstrap.config.PropertySourceLocator

@Order(0) public class NacosPropertySourceLocator extends Object implements org.springframework.cloud.bootstrap.config.PropertySourceLocator
Author:
xiaojing, pbting
  • Constructor Details

  • Method Details

    • locate

      public org.springframework.core.env.PropertySource<?> locate(org.springframework.core.env.Environment env)
      Specified by:
      locate in interface org.springframework.cloud.bootstrap.config.PropertySourceLocator
    • setNacosConfigManager

      public void setNacosConfigManager(NacosConfigManager nacosConfigManager)