|
@@ -12,7 +12,7 @@ import cn.com.qmth.examcloud.web.support.ControllerSupport;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
|
|
/**
|
|
|
- * 类注释
|
|
|
+ * 系统配置
|
|
|
*
|
|
|
* @author WANGWEI
|
|
|
* @date 2018年12月3日
|
|
@@ -26,7 +26,7 @@ public class SysConfigController extends ControllerSupport {
|
|
|
@Autowired
|
|
|
SysConfigService sysConfigService;
|
|
|
|
|
|
- @ApiOperation(value = "查询所有应用")
|
|
|
+ @ApiOperation(value = "查询系统配置")
|
|
|
@GetMapping("{key}")
|
|
|
public Object get(@PathVariable String key) {
|
|
|
Object object = sysConfigService.get(key);
|