springboot 測試 有注入HttpSession的bean
question: nested exception is java.lang.IllegalStateException: No thread-bound request found: Ar ...
question: nested exception is java.lang.IllegalStateException: No thread-bound request found: Ar ...
問題細節: 在tomcat8和spring4下搭建了websocket的聊天室,websocket服務端無法注入業務處理的所需要的service bean,致使websocket無法向activemq發送消息。並且還要解決獲取httpsession問題。 1.出現問題的源代碼 ...