- 所有已实现的接口:
- CreateController<ConfigEntity,String,ConfigEntity>, CrudController<ConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity,ConfigEntity>, DeleteController<ConfigEntity,String>, GenericEntityController<ConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity,ConfigEntity>, QueryController<ConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>, UpdateController<ConfigEntity,String,ConfigEntity>
@RestController
@RequestMapping(value="${hsweb.web.mappings.config:config}")
@Authorize(permission="config")
@AccessLogger(value="\u914d\u7f6e\u7ba1\u7406")
public class ConfigController
extends Object
implements GenericEntityController<ConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity,ConfigEntity>
TODO 完成注释
- 作者:
- zhouhao