【功能新增】INFRA:增加 ConfigApi,支持参数配置的读取

pull/126/MERGE
YunaiV 2024-07-20 17:59:37 +08:00
parent 5bf8c47587
commit 35ccb222a8
1 changed files with 2 additions and 1 deletions

View File

@ -3,10 +3,11 @@ package cn.iocoder.yudao.module.infra.api.config;
import cn.iocoder.yudao.framework.common.pojo.CommonResult;
import cn.iocoder.yudao.module.infra.dal.dataobject.config.ConfigDO;
import cn.iocoder.yudao.module.infra.service.config.ConfigService;
import jakarta.annotation.Resource;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
@RestController // 提供 RESTful API 接口,给 Feign 调用