返回顶部
首页 > 资讯 > 数据库 >The connection property 'zeroDateTimeBehavior' only accepts values of the form: 'ex
  • 857
分享到

The connection property 'zeroDateTimeBehavior' only accepts values of the form: 'ex

2024-04-02 19:04:59 857人浏览 独家记忆
摘要

前景概述:表user_info中created_time 设计为:created_time timestamp not null default current_timestamp;java插入数据时没有填

前景概述:

表user_info中created_time 设计为:

created_time timestamp not null default current_timestamp;

java插入数据时没有填写createdTime字段

就抛出

Cause: java.sql.SQLException: The connection property 'zeroDateTimeBehavior' only accepts values of the fORM: 'exception', 'round' or 'convertToNull'. The value 'convertToNull ' is not in this set.

原因在这里:注意url的value值的最后有一个空格

<environments default="development">  
        <environment id="development">  
            <transactionManager type="JDBC"/>    
            <dataSource type="POOLED">  
                <property name="driver" value="com.Mysql.jdbc.Driver"/>  
                <property name="url" value="jdbc:mysql://localhost:3306/foretaste?zeroDateTimeBehavior=convertToNull "/>  
                <property name="username" value="root"/>  
                <property name="passWord" value="mysql123"/>  
            </dataSource>  
        </environment>  
    </environments>

去掉这个空格就可以了.

您可能感兴趣的文档:

--结束END--

本文标题: The connection property 'zeroDateTimeBehavior' only accepts values of the form: 'ex

本文链接: https://lsjlt.com/news/52108.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作