类 EngineDownloadController

java.lang.Object
net.sohelp.boot.admin.core.base.BaseController
net.sohelp.boot.engine.web.controller.EngineDownloadController

@RestController("engine-web-io-download") @RequestMapping("/engine/web/download") @ConditionalOnExpression("${sohelp-boot.engine.enabled:true} && ${sohelp-boot.engine.download.enabled:true}") public class EngineDownloadController extends BaseController
批量导出
从以下版本开始:
2023/8/17 20:06
作者:
AaronFung