类 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
  • 构造器详细资料

    • ApplicationController

      public ApplicationController()
  • 方法详细资料

    • list

      @GetMapping("/list") @Permission("") public ApiResult<List<ApplicationVO>> list() throws SQLException
      获取应用列表接口 该接口用于获取所有应用的列表信息
      返回:
      返回包含应用列表的ApiResult对象
      抛出:
      SQLException - 如果数据库查询出现异常,则抛出SQLException