修改banner,添加 rocketmq 集成

This commit is contained in:
陈博文
2025-06-18 09:19:34 +08:00
parent 439dc9f709
commit 16cfd06a77
16 changed files with 95 additions and 93 deletions

View File

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