1 注册自定义属性编辑器,方法一.使用BeanFactory, 则用户需要手动调用 registerCustomEditor(Class requiredType, PropertyEditor propertyEditor) 方法手动注册自定义的属性编辑器.方法二.使用 ApplicationContext,则只需在配置文件中通过 CustomEditorConfigure 注册即可.CustomEditorConfigure 实现了 BeanFactoryPostProcessor 接口,因…