這麼說其實不規範
spring的bean 預設是單例
springmvc的controller 預設是單例
所以最好不要在controller裡定義成員變數
都可通過註解 @scope=prototype 來改變