java.lang.Object
org.miaixz.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+
- Author:
- Kimi Liu
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]intgetOrder()List<org.springframework.core.env.PropertySource<?>> voidmergeProperties(Properties properties)
-
Constructor Details
-
BridgePropertyLoader
public BridgePropertyLoader()
-
-
Method Details
-
getFileExtensions
- Specified by:
getFileExtensionsin interfaceorg.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:
loadin interfaceorg.springframework.boot.env.PropertySourceLoader- Throws:
IOException
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
mergeProperties
-