How can i register a global custom editor in Spring-MVC?

后端 未结 3 1277
眼角桃花
眼角桃花 2020-12-02 15:05

I use the following custom editor in MANY Spring-MVC controllers according to:

A controller

binder.registerCustomEditor(BigDecimal.class, new CustomN         


        
3条回答
提交回复
热议问题