Bean屬性“cookieRememberMeManager”不可寫或具有無效的setter方法。setter的參數(shù)類型是否與getter的返回類型匹配
出現(xiàn)這個錯誤了
Bean property 'cookieRememberMeManager' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter
2019-08-28
兩個方法的類型肯定要一致,建議使用alt+insert快捷鍵生成Get和Set的方法