Bean屬性“cookieRememberMeManager”不可寫或具有無效的setter方法。setter的參數類型是否與getter的返回類型匹配
出現這個錯誤了
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
出現這個錯誤了
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-07-19
舉報
2019-08-28
兩個方法的類型肯定要一致,建議使用alt+insert快捷鍵生成Get和Set的方法