类 ApplicationController
java.lang.Object
net.sohelp.boot.admin.core.base.BaseController
net.sohelp.boot.engine.web.controller.ApplicationController
@RestController("engine-web-application")
@RequestMapping("/engine/web/application")
@ConditionalOnExpression("${sohelp-boot.engine.enabled:true} && ${sohelp-boot.engine.service.enabled:true}")
public class ApplicationController
extends BaseController
应用管理
- 从以下版本开始:
- 2023/8/17 20:06
- 作者:
- AaronFung
-
字段概要
从类继承的字段 net.sohelp.boot.admin.core.base.BaseController
request, response -
构造器概要
构造器 -
方法概要
从类继承的方法 net.sohelp.boot.admin.core.base.BaseController
error, error, fail, fail, fail, getLoginID, getLoginName, getLoginOrgID, getLoginOrgName, getLoginUser, getNickname, getTenantId, getUserName, getUserNo, i18n, i18n, isAdministrator, isDeveloper, limit, offset, ok, ok, response, response, responseStream, success, success, success, success, validateToken
-
构造器详细资料
-
ApplicationController
public ApplicationController()
-
-
方法详细资料
-
list
@GetMapping("/list") @Permission("") public ApiResult<List<ApplicationVO>> list() throws SQLException获取应用列表接口 该接口用于获取所有应用的列表信息- 返回:
- 返回包含应用列表的ApiResult对象
- 抛出:
SQLException- 如果数据库查询出现异常,则抛出SQLException
-