摘要: https://blog.csdn.net/yaomingyang/article/details/98785488 阅读全文
posted @ 2020-05-09 09:24 Vtria丶 阅读(872) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yan88888888888888888/article/details/82379823 阅读全文
posted @ 2020-05-09 08:44 Vtria丶 阅读(156) 评论(0) 推荐(0) 编辑
摘要: idea集成activity插件后画出审批流的bpmn文件 引入依赖,选择需要的依赖 编写demo 能用到的就这么多。。。有机会再去看看工作流里面角色相关的东西 阅读全文
posted @ 2019-07-09 19:16 Vtria丶 阅读(697) 评论(0) 推荐(0) 编辑
摘要: 1.@Configuration注解标记在项目启动时加载以下配置,一个就是请求进来的拦截器hanshake,一个是请求进来后的处理类handler 2:new WebSocket建立websocket的通道,执行时请求会被handshake拦截, 3:执行完handshake后执行这个hander处 阅读全文
posted @ 2019-06-27 16:06 Vtria丶 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 1.@Configuration注解标记在项目启动时加载以下配置,一个就是请求进来的拦截器hanshake,一个是请求进来后的处理类handler 2:new WebSocket建立websocket的通道,执行时请求会被handshake拦截, 3:执行完handshake后执行这个hander处 阅读全文
posted @ 2019-06-27 16:06 Vtria丶 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 第一步 :创建一个maven项目,所属group和Artifact随便填写,packaging选择war. 第二步:在pom文件引入需要的依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-s 阅读全文
posted @ 2018-09-27 17:19 Vtria丶 阅读(129) 评论(0) 推荐(0) 编辑