- 所有已实现的接口:
- CreateController<DataSourceConfigEntity,String,DataSourceConfigEntity>, DeleteController<DataSourceConfigEntity,String>, QueryController<DataSourceConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>, SimpleCrudController<DataSourceConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>, SimpleGenericEntityController<DataSourceConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>, UpdateController<DataSourceConfigEntity,String,DataSourceConfigEntity>
@RestController
@RequestMapping(value="datasource/config")
@Authorize(permission="data-source-config",
description="\u52a8\u6001\u6570\u636e\u6e90\u7ba1\u7406")
public class DataSourceConfigController
extends Object
implements SimpleGenericEntityController<DataSourceConfigEntity,String,org.hswebframework.web.commons.entity.param.QueryParamEntity>
数据源配置
- 作者:
- hsweb-generator-online