From e5aed8580d720bc0d42d092501b07ea679ed6abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5?= <184172133@qq.com> Date: Tue, 16 Jan 2024 22:17:02 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=89=93=E5=8D=B0=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E8=B0=83=E6=95=B4=20by=20=E5=B0=8F=E5=82=85=E5=93=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/cn/bugstack/xfg/dev/tech/Application.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfg-dev-tech-app/src/main/java/cn/bugstack/xfg/dev/tech/Application.java b/xfg-dev-tech-app/src/main/java/cn/bugstack/xfg/dev/tech/Application.java index fcaef65..59fa001 100644 --- a/xfg-dev-tech-app/src/main/java/cn/bugstack/xfg/dev/tech/Application.java +++ b/xfg-dev-tech-app/src/main/java/cn/bugstack/xfg/dev/tech/Application.java @@ -21,6 +21,7 @@ public class Application { /** * http://localhost:8091/api/test + * http://117.72.37.243:8091/api/test */ @RequestMapping(value = "/test", method = RequestMethod.GET) public ResponseBodyEmitter test(HttpServletResponse response) { @@ -30,7 +31,7 @@ public class Application { ResponseBodyEmitter emitter = new ResponseBodyEmitter(); - String[] words = new String[]{"嗨,臭宝。\r\n", "恭喜💐 ", "你的", " Jenkins ", " 部", "署", "测", "试", "成", "功", "了啦🌶!"}; + String[] words = new String[]{"嗨,臭宝。\r\n", "恭喜💐 ", "你的", " Jenkins ", "部", "署", "测", "试", "成", "功", "了啦🌶!"}; new Thread(() -> { for (String word : words) { try {