From 9e5da8899bc21bb5b6b0a3c267108caa00199291 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 19 五月 2024 15:46:08 +0800
Subject: [PATCH] websocket代码整理

---
 smart-core-boot/src/main/java/com/qianwen/core/boot/config/BladeExecutorConfiguration.java |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/smart-core-boot/src/main/java/com/qianwen/core/boot/config/BladeExecutorConfiguration.java b/smart-core-boot/src/main/java/com/qianwen/core/boot/config/BladeExecutorConfiguration.java
index 23221c2..2becf8b 100644
--- a/smart-core-boot/src/main/java/com/qianwen/core/boot/config/BladeExecutorConfiguration.java
+++ b/smart-core-boot/src/main/java/com/qianwen/core/boot/config/BladeExecutorConfiguration.java
@@ -28,7 +28,6 @@
 @EnableScheduling
 @Configuration
 @EnableAsync
-/* loaded from: blade-core-boot-9.3.0.0-SNAPSHOT.jar:org/springblade/core/boot/config/BladeExecutorConfiguration.class */
 public class BladeExecutorConfiguration extends AsyncConfigurerSupport {
     private static final Logger log = LoggerFactory.getLogger(BladeExecutorConfiguration.class);
     private final BladeContext bladeContext;
@@ -63,7 +62,7 @@
         return new BladeAsyncUncaughtExceptionHandler(this.bladeContext, this.bladeProperties, this.publisher);
     }
 
-    /* loaded from: blade-core-boot-9.3.0.0-SNAPSHOT.jar:org/springblade/core/boot/config/BladeExecutorConfiguration$BladeAsyncUncaughtExceptionHandler.class */
+    
     private static class BladeAsyncUncaughtExceptionHandler implements AsyncUncaughtExceptionHandler {
         private final BladeContext bladeContext;
         private final BladeProperties bladeProperties;
@@ -89,7 +88,7 @@
         }
     }
 
-    /* loaded from: blade-core-boot-9.3.0.0-SNAPSHOT.jar:org/springblade/core/boot/config/BladeExecutorConfiguration$BladeErrorHandler.class */
+    
     private static class BladeErrorHandler implements ErrorHandler {
         private final BladeContext bladeContext;
         private final BladeProperties bladeProperties;

--
Gitblit v1.9.3