How to do spring request parameter conversion

后端 未结 5 1589
南旧
南旧 2021-02-05 13:36

In a Spring 3 based web (portlet) application I have a controller with a method like this:

@RenderMapping
public ModelAn         


        
5条回答
  •  旧时难觅i
    2021-02-05 14:10

    To achieve something similar to what you're doing, I found this blog entry useful.

提交回复
热议问题