About SPRINGMVC how to automatically convert a foreground string type Date field to a date type

Source: Internet
Author: User

About SPRINGMVC How to convert the foreground String type Date field to a Date Type field, The wolf thought for a long time, read the spring source code, found a very interesting annotation @datetimeformat (pattern= "YYYY-MM-DD")

Yes, that's him, that's what the little wolf used.

@Controllerpublic class Login {@RequestMapping ("/login") Public String Login (string username, @DateTimeFormat (pattern= "YYYY-MM-DD") Date date) {System.out.println (date); SYSTEM.OUT.PRINTLN (username); return  null;}}

It's convenient, that's how it's used.

Of course, in the SPRINGMVC configuration file, you also need to complete <mvc:annotation-driven/> automatic annotations

About SPRINGMVC how to automatically convert a foreground string type Date field to a date type

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.