【功能新增】INFRA:增加 ConfigApi,支持参数配置的读取
This commit is contained in:
parent
2c9866b551
commit
d608974c17
|
@ -2,10 +2,11 @@ package cn.iocoder.yudao.module.infra.api.config;
|
|||
|
||||
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.stereotype.Service;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
|
||||
/**
|
||||
* 参数配置 API 实现类
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue