Class BridgePropertyLoader

java.lang.Object
org.aoju.bus.starter.bridge.BridgePropertyLoader
All Implemented Interfaces:
org.springframework.boot.env.PropertySourceLoader, org.springframework.core.Ordered

public class BridgePropertyLoader extends Object implements org.springframework.boot.env.PropertySourceLoader, org.springframework.core.Ordered
客户端-配置中心
Since:
Java 17+
Version:
6.5.0
Author:
Kimi Liu
  • Constructor Details

    • BridgePropertyLoader

      public BridgePropertyLoader()
  • Method Details

    • getFileExtensions

      public String[] getFileExtensions()
      Specified by:
      getFileExtensions in interface org.springframework.boot.env.PropertySourceLoader
    • load

      public List<org.springframework.core.env.PropertySource<?>> load(String name, org.springframework.core.io.Resource resource) throws IOException
      Specified by:
      load in interface org.springframework.boot.env.PropertySourceLoader
      Throws:
      IOException
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • mergeProperties

      public void mergeProperties(Properties properties)