MySQL time type problem in Ibatis framework (original OH)

Source: Internet
Author: User

When you write code, you encounter an error that is not found, simply record the problem in this Dubbo frame.

Start Dubbo a server-side of the Bat times error is as follows

This is the SQL text where the XML file parsing error. The investigation found that the type in DB is timestamp, and the type mismatch of String,javatype and Jdbctype is defined in entity, which causes the parse times out "Java.lang.IllegalStateException:No Typehandler found for property XXX "error.

The solution is as follows:

1, modify the structure of the DB table, change the corresponding field to datetime

2. Use date format function to process the field, modify SQL to select Date_format (XXX, '%y-%m-%d%h:%i:%s ') XXX from TABLE;

MySQL time type problem in Ibatis framework (original OH)

Related Article

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.