In a Spring MVC web application in the XML configuration file the examples that I have seen use the tag I would like to know what the same is for me.
In a Spring MVC web application in the XML configuration file the examples that I have seen use the tag I would like to know what the same is for me.
This tag was added in Spring 3 and configures support for annotations @NumberFormat
, @DateTimeFormat
and @Valid
, support for conversion service , support for reading and writing of XML
and support for JSON
(dependent on the packages present in the classpath ).