Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a22d983f87 |
@@ -31,7 +31,7 @@ public class Application {
|
||||
|
||||
ResponseBodyEmitter emitter = new ResponseBodyEmitter();
|
||||
|
||||
String[] words = new String[]{"嗨,臭宝。\r\n", "恭喜💐 ", "你的", " Jenkins ", "部", "署", "测", "试", "成", "功", "了啦🌶!","\r\nBy 小傅哥 https://bugstack.cn"};
|
||||
String[] words = new String[]{"嗨,真不容易!。\r\n", "恭喜💐 ", "你的", " Jenkins ", "部", "署", "测", "试", "成", "功", "了啦🌶!","\r\nBy 小傅哥 https://bugstack.cn"};
|
||||
new Thread(() -> {
|
||||
for (String word : words) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user