Interface ISettingService
- All Known Implementing Classes:
SettingService
public interface ISettingService
向其他服务提供的业务参数接口
- Author:
- xezzon
-
Method Summary
-
Method Details
-
queryByCode
根据参数标识查询配置项
通过业务参数的唯一标识符查询具体的参数配置。
- Parameters:
code- 业务参数标识,如 "system.theme"- Returns:
- 查找到的配置项
- Throws:
NoSuchElementException- 当参数标识不存在时抛出
-