spring-boot-all
spring-boot-all copied to clipboard
spring-boot,mybatis,activemq,redis,email, freemarker,shiro,websocket,sitemesh,ehcache,easyui,kindeditor,quartz,springfox,swagger,jpa,hibernate,querydsl,netty
Hi. I have implemented a tool to detect library version inconsistencies. Your project have 9 inconsistent libraries and 3 false consistent libraries. Take com.google.guava:guava for example, this library is declared...
Netty 少一个路径为E:\oworkspace\test\src\main\webapp\index.html 的文件,可以补一下吗,谢谢
java.io.FileNotFoundException: E:\oworkspace\test\src\main\webapp\index.html (系统找不到指定的路径。) 大佬,请你把这个index.html发一下
项目启动报错
ERROR StatusLogger appender Console has no parameter that matches element ThresholdFilter
其中虽然有配置spring-session,但是获取和存到redis中的仍然是shiro的session,而不是spring-session,这样会导致,比如该工程,换个端口启动。本来在实例A登录,直接访问实例B应该也是有登录状态才对呀。
websocket 集成有问题
就是两个服务把代码放在一起了而已。。。我说的是spring-boot-websocket-netty-server
代码有点问题,在application.properties里配置了redis的连接访问,却又在ShiroConfig.java创建redis连接工厂时又刷新了访问配置。开始还以为是配置问题,改了配置无效,原来是这个地方重置了连接配置。这个代码写的位置误导了我,另外既然配置文件里既然已经写了,又再这里刷新配置。若有同学遇到这个情况的时候注意了。