|
|
@ -20,7 +20,7 @@ public class BannerApplicationRunner implements ApplicationRunner { |
|
|
|
public void run(ApplicationArguments args) { |
|
|
|
ThreadUtil.execute(() -> { |
|
|
|
ThreadUtil.sleep(1, TimeUnit.SECONDS); // 延迟 1 秒,保证输出到结尾
|
|
|
|
log.info("\n----------------------------------------------------------\n\t" + |
|
|
|
/* log.info("\n----------------------------------------------------------\n\t" + |
|
|
|
"项目启动成功!\n\t" + |
|
|
|
"接口文档: \t{} \n\t" + |
|
|
|
"开发文档: \t{} \n\t" + |
|
|
@ -28,7 +28,7 @@ public class BannerApplicationRunner implements ApplicationRunner { |
|
|
|
"----------------------------------------------------------", |
|
|
|
"https://doc.iocoder.cn/api-doc/", |
|
|
|
"https://doc.iocoder.cn", |
|
|
|
"https://t.zsxq.com/02Yf6M7Qn"); |
|
|
|
"https://t.zsxq.com/02Yf6M7Qn");*/ |
|
|
|
|
|
|
|
// 数据报表
|
|
|
|
if (isNotPresent("cn.iocoder.yudao.module.report.framework.security.config.SecurityConfiguration")) { |
|
|
@ -38,7 +38,7 @@ public class BannerApplicationRunner implements ApplicationRunner { |
|
|
|
if (isNotPresent("cn.iocoder.yudao.module.bpm.framework.flowable.config.BpmFlowableConfiguration")) { |
|
|
|
System.out.println("[工作流模块 yudao-module-bpm - 已禁用][参考 https://doc.iocoder.cn/bpm/ 开启]"); |
|
|
|
} |
|
|
|
// 商城系统
|
|
|
|
/* // 商城系统
|
|
|
|
if (isNotPresent("cn.iocoder.yudao.module.trade.framework.web.config.TradeWebConfiguration")) { |
|
|
|
System.out.println("[商城系统 yudao-module-mall - 已禁用][参考 https://doc.iocoder.cn/mall/build/ 开启]"); |
|
|
|
} |
|
|
@ -57,7 +57,7 @@ public class BannerApplicationRunner implements ApplicationRunner { |
|
|
|
// 支付平台
|
|
|
|
if (isNotPresent("cn.iocoder.yudao.module.pay.framework.pay.config.PayConfiguration")) { |
|
|
|
System.out.println("[支付系统 yudao-module-pay - 已禁用][参考 https://doc.iocoder.cn/pay/build/ 开启]"); |
|
|
|
} |
|
|
|
}*/ |
|
|
|
// AI 大模型
|
|
|
|
if (isNotPresent("cn.iocoder.yudao.module.ai.framework.web.config.AiWebConfiguration")) { |
|
|
|
System.out.println("[AI 大模型 yudao-module-ai - 已禁用][参考 https://doc.iocoder.cn/ai/build/ 开启]"); |
|
|
|