Spring MVC that makes the mvc tag: annotation-driven /

0

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.

    
asked by nullptr 25.03.2017 в 15:32
source

1 answer

1

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 ).

Documentation in English

    
answered by 25.03.2017 в 16:42