类 ApplicationController

java.lang.Object
net.sohelp.boot.admin.core.base.BaseController
net.sohelp.boot.demo.web.system.ApplicationController

@RestController @RequestMapping("/admin/system/application") public class ApplicationController extends BaseController
应用管理控制器 提供系统中应用信息的管理接口
从以下版本开始:
2024/11/10 22:57
作者:
AaronFung
  • 构造器详细资料

    • ApplicationController

      public ApplicationController()
  • 方法详细资料

    • list

      @GetMapping("/list") public ApiResult<List<ApplicationVO>> list() throws SQLException
      获取应用列表 查询所有可用的应用信息,并过滤掉特定UUID的应用和已禁用的应用
      返回:
      ApiResult无效输入:'<'List> 包含应用列表的API响应结果
      抛出:
      SQLException - 数据库访问异常