Bean屬性“cookieRememberMeManager”不可寫(xiě)或具有無(wú)效的setter方法。setter的參數(shù)類(lèi)型是否與getter的返回類(lèi)型匹配
出現(xiàn)這個(gè)錯(cuò)誤了
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
兩個(gè)方法的類(lèi)型肯定要一致,建議使用alt+insert快捷鍵生成Get和Set的方法