springboot配置文件密码加密
Spring Boot配置文件密码加密 使用Jasypt对springboot项目中的配置文件中的一些敏感信息,如数据库密码等,进行加密,避免明文暴露. ...
Spring Boot配置文件密码加密 使用Jasypt对springboot项目中的配置文件中的一些敏感信息,如数据库密码等,进行加密,避免明文暴露. ...
springboot整合fastdep 记录springboot整合fastdep的shiro-jwt模块,普通的整合shiro和jwt需要大量的配置.因此考虑使用该方式集成 ...
springboot整合websocket以stomp实现 记录springboot整合websocket的过程和遇到的一些问题,这里使用stomp来实现 ...
stomp实现聊天室 记录springboot+stomp+fastdep实现的在线聊天. 主要需要实现的功能包括 通过fastdep实现的shiro登录以及token验证 通过stomp实现websocket的服务端,实现广播推送,在线聊天,离线消息处理 参照springboot整合websocket与springboot整合fastdep搭建基本环境 ...
记录一下springboot简单整合shiro ...