diff --git a/cim-boot-server/cim-boot-server.iml b/cim-boot-server/cim-boot-server.iml
index 8e0a218..23f8cf2 100644
--- a/cim-boot-server/cim-boot-server.iml
+++ b/cim-boot-server/cim-boot-server.iml
@@ -25,44 +25,44 @@
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
diff --git a/cim-boot-server/cim-boot-server.ipr b/cim-boot-server/cim-boot-server.ipr
index fcbe79d..9dd61a6 100644
--- a/cim-boot-server/cim-boot-server.ipr
+++ b/cim-boot-server/cim-boot-server.ipr
@@ -350,37 +350,37 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -438,191 +438,191 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/cim-boot-server/cim-boot-server.iws b/cim-boot-server/cim-boot-server.iws
index d186739..aa4a63b 100644
--- a/cim-boot-server/cim-boot-server.iws
+++ b/cim-boot-server/cim-boot-server.iws
@@ -18,38 +18,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
-
-
-
+
+
@@ -59,6 +38,7 @@
CIMWebBridge
+ memorySessionService
CIMPushManager
@@ -71,6 +51,7 @@
@@ -85,8 +66,6 @@
-
-
@@ -158,6 +137,8 @@
+
+
@@ -224,16 +205,18 @@
+
-
+
-
+
+
-
+
@@ -270,34 +253,41 @@
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/cim-boot-server/pom.xml b/cim-boot-server/pom.xml
index 63679e9..6f92bd3 100644
--- a/cim-boot-server/pom.xml
+++ b/cim-boot-server/pom.xml
@@ -11,7 +11,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.4.RELEASE
+ 2.1.5.RELEASE
diff --git a/cim-boot-server/src/main/java/com/farsunset/cim/CIMConfig.java b/cim-boot-server/src/main/java/com/farsunset/cim/CIMConfig.java
index 73da78d..9124fb9 100644
--- a/cim-boot-server/src/main/java/com/farsunset/cim/CIMConfig.java
+++ b/cim-boot-server/src/main/java/com/farsunset/cim/CIMConfig.java
@@ -25,12 +25,6 @@ public class CIMConfig implements CIMRequestHandler {
@Value("${cim.server.port}")
private int port;
- @Resource
- private BindHandler bindHandler;
-
- @Resource
- private SessionClosedHandler closedHandler;
-
@Resource
private ApplicationContext applicationContext;
@@ -63,8 +57,8 @@ public class CIMConfig implements CIMRequestHandler {
* @return
*/
@Bean("cimSessionService")
- public CIMSessionService getCIMSessionService(@Qualifier("memorySessionService") CIMSessionService cimSessionService) {
- return cimSessionService;
+ public CIMSessionService getCIMSessionService(@Qualifier("memorySessionService") CIMSessionService memorySessionService) {
+ return memorySessionService;
}