出现这个错误了
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
两个方法的类型肯定要一致,建议使用alt+insert快捷键生成Get和Set的方法