@RestController(value="engine-web-application")
@RequestMapping(value="/engine/web/application")
@ConditionalOnExpression(value="${sohelp-boot.engine.enabled:true} && ${sohelp-boot.engine.service.enabled:true}")
public class ApplicationController
extends BaseController
request, response| 构造器和说明 |
|---|
ApplicationController() |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResult<List<ApplicationVO>> |
list()
获取应用列表接口
该接口用于获取所有应用的列表信息
|
error, error, fail, fail, fail, getLoginID, getLoginName, getLoginOrgID, getLoginOrgName, getLoginUser, getNickname, getTenantId, getUserName, getUserNo, i18n, i18n, isAdministrator, isDeveloper, limit, offset, ok, ok, response, success, success, success, success, validateToken@GetMapping(value="/list") @Permission(value="") public ApiResult<List<ApplicationVO>> list() throws SQLException
SQLException - 如果数据库查询出现异常,则抛出SQLExceptionCopyright © 2025. All rights reserved.