修改 banner

This commit is contained in:
陈博文
2025-06-13 17:59:07 +08:00
parent 037ec986bc
commit 21d97fe72f
9 changed files with 76 additions and 76 deletions

View File

@@ -205,7 +205,7 @@
### 商城系统 ### 商城系统
演示地址:<https://cloud.iocoder.cn/mall-preview/> 演示地址:<https://172.16.46.63:30888/mall-preview/>
![功能图](/.image/common/mall-feature.png) ![功能图](/.image/common/mall-feature.png)
@@ -223,19 +223,19 @@
### ERP 系统 ### ERP 系统
演示地址:<https://cloud.iocoder.cn/erp-preview/> 演示地址:<https://172.16.46.63:30888/erp-preview/>
![功能图](/.image/common/erp-feature.png) ![功能图](/.image/common/erp-feature.png)
### CRM 系统 ### CRM 系统
演示地址:<https://cloud.iocoder.cn/crm-preview/> 演示地址:<https://172.16.46.63:30888/crm-preview/>
![功能图](/.image/common/crm-feature.png) ![功能图](/.image/common/crm-feature.png)
### AI 大模型 ### AI 大模型
演示地址:<https://cloud.iocoder.cn/ai-preview/> 演示地址:<https://172.16.46.63:30888/ai-preview/>
![功能图](/.image/common/ai-feature.png) ![功能图](/.image/common/ai-feature.png)

View File

@@ -25,26 +25,26 @@ public class BannerApplicationRunner implements ApplicationRunner {
"开发文档: \t{} \n\t" + "开发文档: \t{} \n\t" +
"视频教程: \t{} \n" + "视频教程: \t{} \n" +
"----------------------------------------------------------", "----------------------------------------------------------",
"https://cloud.iocoder.cn/api-doc/", "https://172.16.46.63:30888/api-doc/",
"https://cloud.iocoder.cn", "https://172.16.46.63:30888",
"https://t.zsxq.com/02Yf6M7Qn"); "https://t.zsxq.com/02Yf6M7Qn");
// 数据报表 // 数据报表
System.out.println("[报表模块 yudao-module-report 教程][参考 https://cloud.iocoder.cn/report/ 开启]"); System.out.println("[报表模块 yudao-module-report 教程][参考 https://172.16.46.63:30888/report/ 开启]");
// 工作流 // 工作流
System.out.println("[工作流模块 yudao-module-bpm 教程][参考 https://cloud.iocoder.cn/bpm/ 开启]"); System.out.println("[工作流模块 yudao-module-bpm 教程][参考 https://172.16.46.63:30888/bpm/ 开启]");
// 商城系统 // 商城系统
System.out.println("[商城系统 yudao-module-mall 教程][参考 https://cloud.iocoder.cn/mall/build/ 开启]"); System.out.println("[商城系统 yudao-module-mall 教程][参考 https://172.16.46.63:30888/mall/build/ 开启]");
// ERP 系统 // ERP 系统
System.out.println("[ERP 系统 yudao-module-erp - 教程][参考 https://cloud.iocoder.cn/erp/build/ 开启]"); System.out.println("[ERP 系统 yudao-module-erp - 教程][参考 https://172.16.46.63:30888/erp/build/ 开启]");
// CRM 系统 // CRM 系统
System.out.println("[CRM 系统 yudao-module-crm - 教程][参考 https://cloud.iocoder.cn/crm/build/ 开启]"); System.out.println("[CRM 系统 yudao-module-crm - 教程][参考 https://172.16.46.63:30888/crm/build/ 开启]");
// 微信公众号 // 微信公众号
System.out.println("[微信公众号 yudao-module-mp 教程][参考 https://cloud.iocoder.cn/mp/build/ 开启]"); System.out.println("[微信公众号 yudao-module-mp 教程][参考 https://172.16.46.63:30888/mp/build/ 开启]");
// 支付平台 // 支付平台
System.out.println("[支付系统 yudao-module-pay - 教程][参考 https://cloud.iocoder.cn/pay/build/ 开启]"); System.out.println("[支付系统 yudao-module-pay - 教程][参考 https://172.16.46.63:30888/pay/build/ 开启]");
// AI 大模型 // AI 大模型
System.out.println("[AI 大模型 yudao-module-ai - 教程][参考 https://cloud.iocoder.cn/ai/build/ 开启]"); System.out.println("[AI 大模型 yudao-module-ai - 教程][参考 https://172.16.46.63:30888/ai/build/ 开启]");
}); });
} }

View File

@@ -349,51 +349,51 @@ public class GlobalExceptionHandler {
} }
// 1. 数据报表 // 1. 数据报表
if (message.contains("report_")) { if (message.contains("report_")) {
log.error("[报表模块 yudao-module-report - 表结构未导入][参考 https://cloud.iocoder.cn/report/ 开启]"); log.error("[报表模块 yudao-module-report - 表结构未导入][参考 https://172.16.46.63:30888/report/ 开启]");
return CommonResult.error(NOT_IMPLEMENTED.getCode(), return CommonResult.error(NOT_IMPLEMENTED.getCode(),
"[报表模块 yudao-module-report - 表结构未导入][参考 https://cloud.iocoder.cn/report/ 开启]"); "[报表模块 yudao-module-report - 表结构未导入][参考 https://172.16.46.63:30888/report/ 开启]");
} }
// 2. 工作流 // 2. 工作流
if (message.contains("bpm_")) { if (message.contains("bpm_")) {
log.error("[工作流模块 yudao-module-bpm - 表结构未导入][参考 https://cloud.iocoder.cn/bpm/ 开启]"); log.error("[工作流模块 yudao-module-bpm - 表结构未导入][参考 https://172.16.46.63:30888/bpm/ 开启]");
return CommonResult.error(NOT_IMPLEMENTED.getCode(), return CommonResult.error(NOT_IMPLEMENTED.getCode(),
"[工作流模块 yudao-module-bpm - 表结构未导入][参考 https://cloud.iocoder.cn/bpm/ 开启]"); "[工作流模块 yudao-module-bpm - 表结构未导入][参考 https://172.16.46.63:30888/bpm/ 开启]");
} }
// 3. 微信公众号 // 3. 微信公众号
if (message.contains("mp_")) { if (message.contains("mp_")) {
log.error("[微信公众号 yudao-module-mp - 表结构未导入][参考 https://cloud.iocoder.cn/mp/build/ 开启]"); log.error("[微信公众号 yudao-module-mp - 表结构未导入][参考 https://172.16.46.63:30888/mp/build/ 开启]");
return CommonResult.error(NOT_IMPLEMENTED.getCode(), return CommonResult.error(NOT_IMPLEMENTED.getCode(),
"[微信公众号 yudao-module-mp - 表结构未导入][参考 https://cloud.iocoder.cn/mp/build/ 开启]"); "[微信公众号 yudao-module-mp - 表结构未导入][参考 https://172.16.46.63:30888/mp/build/ 开启]");
} }
// 4. 商城系统 // 4. 商城系统
if (StrUtil.containsAny(message, "product_", "promotion_", "trade_")) { if (StrUtil.containsAny(message, "product_", "promotion_", "trade_")) {
log.error("[商城系统 yudao-module-mall - 已禁用][参考 https://cloud.iocoder.cn/mall/build/ 开启]"); log.error("[商城系统 yudao-module-mall - 已禁用][参考 https://172.16.46.63:30888/mall/build/ 开启]");
return CommonResult.error(NOT_IMPLEMENTED.getCode(), return CommonResult.error(NOT_IMPLEMENTED.getCode(),
"[商城系统 yudao-module-mall - 已禁用][参考 https://cloud.iocoder.cn/mall/build/ 开启]"); "[商城系统 yudao-module-mall - 已禁用][参考 https://172.16.46.63:30888/mall/build/ 开启]");
} }
// 5. ERP 系统 // 5. ERP 系统
if (message.contains("erp_")) { if (message.contains("erp_")) {
log.error("[ERP 系统 yudao-module-erp - 表结构未导入][参考 https://cloud.iocoder.cn/erp/build/ 开启]"); log.error("[ERP 系统 yudao-module-erp - 表结构未导入][参考 https://172.16.46.63:30888/erp/build/ 开启]");
return CommonResult.error(NOT_IMPLEMENTED.getCode(), return CommonResult.error(NOT_IMPLEMENTED.getCode(),
"[ERP 系统 yudao-module-erp - 表结构未导入][参考 https://cloud.iocoder.cn/erp/build/ 开启]"); "[ERP 系统 yudao-module-erp - 表结构未导入][参考 https://172.16.46.63:30888/erp/build/ 开启]");
} }
// 6. CRM 系统 // 6. CRM 系统
if (message.contains("crm_")) { if (message.contains("crm_")) {
log.error("[CRM 系统 yudao-module-crm - 表结构未导入][参考 https://cloud.iocoder.cn/crm/build/ 开启]"); log.error("[CRM 系统 yudao-module-crm - 表结构未导入][参考 https://172.16.46.63:30888/crm/build/ 开启]");
return CommonResult.error(NOT_IMPLEMENTED.getCode(), return CommonResult.error(NOT_IMPLEMENTED.getCode(),
"[CRM 系统 yudao-module-crm - 表结构未导入][参考 https://cloud.iocoder.cn/crm/build/ 开启]"); "[CRM 系统 yudao-module-crm - 表结构未导入][参考 https://172.16.46.63:30888/crm/build/ 开启]");
} }
// 7. 支付平台 // 7. 支付平台
if (message.contains("pay_")) { if (message.contains("pay_")) {
log.error("[支付模块 yudao-module-pay - 表结构未导入][参考 https://cloud.iocoder.cn/pay/build/ 开启]"); log.error("[支付模块 yudao-module-pay - 表结构未导入][参考 https://172.16.46.63:30888/pay/build/ 开启]");
return CommonResult.error(NOT_IMPLEMENTED.getCode(), return CommonResult.error(NOT_IMPLEMENTED.getCode(),
"[支付模块 yudao-module-pay - 表结构未导入][参考 https://cloud.iocoder.cn/pay/build/ 开启]"); "[支付模块 yudao-module-pay - 表结构未导入][参考 https://172.16.46.63:30888/pay/build/ 开启]");
} }
// 8. AI 大模型 // 8. AI 大模型
if (message.contains("ai_")) { if (message.contains("ai_")) {
log.error("[AI 大模型 yudao-module-ai - 表结构未导入][参考 https://cloud.iocoder.cn/ai/build/ 开启]"); log.error("[AI 大模型 yudao-module-ai - 表结构未导入][参考 https://172.16.46.63:30888/ai/build/ 开启]");
return CommonResult.error(NOT_IMPLEMENTED.getCode(), return CommonResult.error(NOT_IMPLEMENTED.getCode(),
"[AI 大模型 yudao-module-ai - 表结构未导入][参考 https://cloud.iocoder.cn/ai/build/ 开启]"); "[AI 大模型 yudao-module-ai - 表结构未导入][参考 https://172.16.46.63:30888/ai/build/ 开启]");
} }
// 9. IOT 物联网 // 9. IOT 物联网
if (message.contains("iot_")) { if (message.contains("iot_")) {

View File

@@ -6,9 +6,9 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
/** /**
* 项目的启动类 * 项目的启动类
* <p> * <p>
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* *
* @author 芋道源码 * @author 芋道源码
*/ */
@@ -19,15 +19,15 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class AiServerApplication { public class AiServerApplication {
public static void main(String[] args) { public static void main(String[] args) {
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
SpringApplication.run(AiServerApplication.class, args); SpringApplication.run(AiServerApplication.class, args);
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
} }
} }

View File

@@ -6,9 +6,9 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
/** /**
* 项目的启动类 * 项目的启动类
* *
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* *
* @author 芋道源码 * @author 芋道源码
*/ */
@@ -16,15 +16,15 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class BpmServerApplication { public class BpmServerApplication {
public static void main(String[] args) { public static void main(String[] args) {
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
SpringApplication.run(BpmServerApplication.class, args); SpringApplication.run(BpmServerApplication.class, args);
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
} }
} }

View File

@@ -6,9 +6,9 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
/** /**
* 项目的启动类 * 项目的启动类
* <p> * <p>
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* *
* @author 芋道源码 * @author 芋道源码
*/ */
@@ -16,15 +16,15 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class InfraServerApplication { public class InfraServerApplication {
public static void main(String[] args) { public static void main(String[] args) {
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
SpringApplication.run(InfraServerApplication.class, args); SpringApplication.run(InfraServerApplication.class, args);
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
} }
} }

View File

@@ -21,7 +21,7 @@ public class JobController {
@Operation(summary = "获得定时任务分页") @Operation(summary = "获得定时任务分页")
@PreAuthorize("@ss.hasPermission('infra:job:query')") @PreAuthorize("@ss.hasPermission('infra:job:query')")
public CommonResult<String> getJobPage() { public CommonResult<String> getJobPage() {
return error(-1, "Cloud 版本使用 XXL-Job 作为定时任务!请参考 https://cloud.iocoder.cn/job/ 文档操作"); return error(-1, "Cloud 版本使用 XXL-Job 作为定时任务!请参考 https://172.16.46.63:30888/job/ 文档操作");
} }
} }

View File

@@ -6,9 +6,9 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
/** /**
* 项目的启动类 * 项目的启动类
* *
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* *
* @author 芋道源码 * @author 芋道源码
*/ */
@@ -16,15 +16,15 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class ReportServerApplication { public class ReportServerApplication {
public static void main(String[] args) { public static void main(String[] args) {
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
SpringApplication.run(ReportServerApplication.class, args); SpringApplication.run(ReportServerApplication.class, args);
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
} }
} }

View File

@@ -6,9 +6,9 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
/** /**
* 项目的启动类 * 项目的启动类
* *
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 * 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
* *
* @author 芋道源码 * @author 芋道源码
*/ */
@@ -16,15 +16,15 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class SystemServerApplication { public class SystemServerApplication {
public static void main(String[] args) { public static void main(String[] args) {
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到 启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到 启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
SpringApplication.run(SystemServerApplication.class, args); SpringApplication.run(SystemServerApplication.class, args);
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
// 如果你碰到启动的问题,请认真阅读 https://cloud.iocoder.cn/quick-start/ 文章 // 如果你碰到启动的问题,请认真阅读 https://172.16.46.63:30888/quick-start/ 文章
} }
} }