Spring使用@AutoWired自動裝配redisTemplate時的一個細節 今天引入了redis,起先在測試redis工具類的時候報了template未初始化的錯誤,提示我應當先調用 afterPropertiesSet() 方法 temp ...