From d0541ab28c608bf5a3c4c0d8105ec0132ab43f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E7=A5=A5?= <1366971433@qq.com> Date: Fri, 28 Dec 2018 14:07:57 +0800 Subject: [PATCH] delete --- README.md | 6 +-- .../com/heibaiying/constant/Constant.class | Bin 200 -> 0 bytes .../controller/LoginController.class | Bin 896 -> 0 bytes .../CustomHandshakeInterceptor.class | Bin 1791 -> 0 bytes .../websocket/CustomerHandler.class | Bin 3854 -> 0 bytes .../WEB-INF/classes/springApplication.xml | 45 ------------------ .../WEB-INF/jsp/chat.jsp | 38 --------------- .../WEB-INF/web.xml | 41 ---------------- .../spring_websocket_Web_exploded/index.jsp | 12 ----- 9 files changed, 3 insertions(+), 139 deletions(-) delete mode 100644 spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/classes/com/heibaiying/constant/Constant.class delete mode 100644 spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/classes/com/heibaiying/controller/LoginController.class delete mode 100644 spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/classes/com/heibaiying/websocket/CustomHandshakeInterceptor.class delete mode 100644 spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/classes/com/heibaiying/websocket/CustomerHandler.class delete mode 100644 spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/classes/springApplication.xml delete mode 100644 spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/jsp/chat.jsp delete mode 100644 spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/web.xml delete mode 100644 spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/index.jsp diff --git a/README.md b/README.md index e937ab9..21efdfa 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ spring-cloud:Finchley.SR2 | [spring-memcached](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-memcached)
[spring-memcached-annotation](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-memcached-annotation) | spring 整合 memcached(单机、集群) | [Xmemcached官方中文文档](https://github.com/killme2008/xmemcached/wiki/Xmemcached%20%E4%B8%AD%E6%96%87%E7%94%A8%E6%88%B7%E6%8C%87%E5%8D%97) | | [spring-rabbitmq](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-rabbitmq)
[spring-rabbitmq-annotation](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-rabbitmq-annotation) | spring 整合 rabbitmq、消息序列化与反序列化 | [rabbitmq 官方文档](http://www.rabbitmq.com/getstarted.html)
[spring amqp](https://docs.spring.io/spring-amqp/docs/2.1.3.BUILD-SNAPSHOT/reference/html/) | | spring-dubbo
spring-dubbo-annotation | spring 整合 dubbo | [duboo 官方中文文档](http://dubbo.apache.org/zh-cn/docs/user/quick-start.html) | -| [spring-websocket](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-websocket)
[spring-websocket-annotation](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-websocket-annotation) | spring 整合 websocket | [spring websocket](https://docs.spring.io/spring/docs/5.1.3.RELEASE/spring-framework-reference/web.html#websocket) | -| [spring-mail](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-mail)
[spring-mail-annotation](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-mail-annotation) | spring 普通文本邮件、附件邮件、模板邮件 | [spring email](https://docs.spring.io/spring/docs/5.1.3.RELEASE/spring-framework-reference/integration.html#mail) | -| [spring-scheduled](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-scheduled)
[spring-scheduled-annotation](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-scheduled-annotation) | spring 定时任务 | [Task Execution and Scheduling](https://docs.spring.io/spring/docs/5.1.3.RELEASE/spring-framework-reference/integration.html#scheduling) | +| [spring-websocket](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-websocket)
[spring-websocket-annotation](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-websocket-annotation) | spring 整合 websocket | [spring websocket](https://docs.spring.io/spring/docs/5.1.3.RELEASE/spring-framework-reference/web.html#websocket) | +| [spring-mail](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-email)
[spring-mail-annotation](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-email-annotation) | spring 普通文本邮件、附件邮件、模板邮件 | [spring email](https://docs.spring.io/spring/docs/5.1.3.RELEASE/spring-framework-reference/integration.html#mail) | +| [spring-scheduling](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-scheduling)
[spring-scheduling-annotation](https://github.com/heibaiying/spring-samples-for-all/tree/master/spring/spring-scheduling-annotation) | spring 定时任务 | [Task Execution and Scheduling](https://docs.spring.io/spring/docs/5.1.3.RELEASE/spring-framework-reference/integration.html#scheduling) | | spring-kafka
spring-kafka-annotation | spring 整合 kafka | [Spring for Apache Kafka](https://docs.spring.io/spring-kafka/docs/2.2.2.RELEASE/reference/html/) |
diff --git a/spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/classes/com/heibaiying/constant/Constant.class b/spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/classes/com/heibaiying/constant/Constant.class deleted file mode 100644 index a67e95dadd05e1a10cb41b2c06bae96702993843..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 200 zcmX^0Z`VEs1_l!b9(D#!b_Om+2F}o6*PwVmM_*S)1|grU#Ii*FoW#6z{os%$cMtJV4pc_eykkBPLi1kA4`=Ab*l7; zXGVK#@?2V;n32+Z=XRf=o(C7h{&sRKW`gH}7z1yK*e^XFxs!I5OV7vNPx(t)2GTiY zbicPqVQ3bF*J4s;xgg09xjCDm`#*h#jkksNY9fcqDJpbVYvYBd*i`4U#Mlvc(~#)P{}sb| zX{GU}Q_276WsD|PsH(;8J1?{k(DEn3-5B?9pT?Vwg=gq3GM3DXq5Zp~uhV0h5q&eb zmQRTxcGB;98fjX1D)r&ANzZ3Lm+kk4*g}JDYIrK3xnhOZ7FnEjMtl9y7qHLe@hYv2 z(%D8#|M47v3%E!Y-C(pyB#;kKrI!$oJJp@9s8!Laeax43|Hy9b_nJuRt48f#f|bb|;ef##g=k`6fzyJLD4Zs2(tLVn9Uff1bMIMtqn8LJ* z8O-_{x`I0j<`|O8mTk!uhFC7Y#SmY0Dx4uzv~2#|YnWWTGR!(z28vGEsBam<^4F0u zE^C&{uvjcR4ZX%K)36RKyQ=SV({;+bTb4aiN!j-x^sq`CE^>vT&{=Zqu<{-uVpC z)+64pxmgM_@X6J=C=_>$Jwx}TRo6F+W+DHEK@lMVhWT?*2w5|93m&pzSU49zlmkQ0 zz8mplnCl2}R!R)2A*HZPPjaea>QssheS$X}$)8jz#FRY7LJynjx=urQLD4RiQ!#!! z4!1iVy9~Fh=%D#qNsH~lm&0Y44N#cajUMR z>`qb6d=ePaRW3K%)jOWcx6AUhen*4o9o0=YPk^mP7ftnl=43Z(;A@&>)Ejwcz0 z!r+#pza%|NQZ+Xkq~I{;b~E*o{{qUoP3LkadLdGNehXPB^o;vo7fAL{Y3!wyPJc%K z#N-j!r(j#7F&P-s=%cw7I^Y6Qw4%F0KVre*_ec;dke&L1E{3HEd+{!5F~jH27$BWJw&X1o9`bBW+TWD sQa6pGxJ)!sUcr$w)Ggw)Fje zzxxyVwRBo&V5Za0o&Kgy&q|7|BtRye=?BZZtGoA}d+)h-SAYF;=MMk}@M992a7x27 zNyKn!1vVm=Dv9+lHC)y(EwIuus&dFG<)!PIwk6P+yKG!FGIh_aWX6nI zR$xWmEL(Vnl;cC@6V@u+VZYBAuZdst!k+sT< zKyu`IQPvbWTn!awr7XR1=4aHgtBqYikn*UV@6Ol^+o2bZqC zCUZ^~E|c4Sd9AM))k4YGwkRLl_6j&lx)6=hV(?3GVo|{>N(oY7b)d_%Gbc|sV$IqV z3_*&;JFiU$bdZt7X|^Q4?AgbdqP$&qigMIcy`g(SmG4oZ(6I$u1$H!hTG6(Ob;psG zmtpyb!xM%(Ma?=k<6#|H9MMqKVZqi>!xbG46sBfugI-6j)V;}p!x}stbzEf+TB7+y zA}O$Tp}u2vvr>|dj%&D1Huenm=$OH)%7@oz{+MlhuICuFG3ia&CATwy*HgH`zc*5N zQ^#9)TgN+iSHpWc-p2<5JqtP_eP<~Lp8EqGA1e1g!p8!ud^q#7q2m)3zTO3T?%P=f zvP(oDprDgck!Ua@?8|c){KnT{1T){v9+M={UaNa2Cx;3ylPGYwH^Rw~^ov)bRTm1e zu{pA8UnO^T+(XAbcO=;a&KNTl+hFVM?!Bi>5J-z>-MO>58=@MArwk`AuhgYglx(R0OS6>ZXX zMvNjG$(9i7eT7xe$}B)$oJB_WQt^?~lOd2g~6R@_!R=;ez*ho+te8;Vj1W1jjs&_}s>o zqiEp>NcG)@=(~&9#oK844e^`4^mabg7Xh#eajeD;j`TntJJHLTz%KNKx-L>zi<0fz zeH*P~eZL~!zk3#m7F=kmTj`6eCyWh96Qokv6Ko4rDr39RPo)WdPz+!X0g(9E8=5I_ z9_OyKZ)RMX8JL9@TWnCg%_VITHWYl6-xdo7fFlwU*BZ2nNIOBz~3!&-9~z_Rl!@=dWSw? z7Tqy4Be4dpKB^Al=%(F+v^;`CKGvgw#Rk^V2G&u^9U`(0JdVeFtlh+}P{;YE3y1l( zmG8j0z#t`glL#YM=FCqJv$C44tUtYW77xWhr+(&!7Burc2#p&blpKx0dV0cpQof^9fE13?d7r}!Uq7vl`g&vhoP9b@;S-$3a1!6}KS{x_@EyL!I=sla NBJ)d>c^R+Z(!X%uE|35K diff --git a/spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/classes/springApplication.xml b/spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/classes/springApplication.xml deleted file mode 100644 index 80023cc..0000000 --- a/spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/classes/springApplication.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/jsp/chat.jsp b/spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/jsp/chat.jsp deleted file mode 100644 index a479696..0000000 --- a/spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/jsp/chat.jsp +++ /dev/null @@ -1,38 +0,0 @@ -<%@ page contentType="text/html;charset=UTF-8" language="java" %> - - - ${sessionScope.get("username")}您好!欢迎进入群聊大厅! - - - - -
- -
- - - diff --git a/spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/web.xml b/spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/web.xml deleted file mode 100644 index 7bb4250..0000000 --- a/spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/WEB-INF/web.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - springMvc - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath:springApplication.xml - - 1 - - - - springMvc - / - - - - characterEncodingFilter - org.springframework.web.filter.CharacterEncodingFilter - - encoding - UTF-8 - - - forceEncoding - true - - - - characterEncodingFilter - /* - - - \ No newline at end of file diff --git a/spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/index.jsp b/spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/index.jsp deleted file mode 100644 index 507abb5..0000000 --- a/spring/spring-websocket/classes/artifacts/spring_websocket_Web_exploded/index.jsp +++ /dev/null @@ -1,12 +0,0 @@ -<%@ page contentType="text/html;charset=UTF-8" language="java" %> - - - Title - - -
- - -
- -