美文网首页
java 常见问题汇总

java 常见问题汇总

作者: 开始懂了90 | 来源:发表于2023-04-21 10:04 被阅读0次
    1. 问题报错: Could not set property 'id' of 'class cn.ennejb.domain.User$$EnhancerBySpringCGLIB$$31c001a5' with value '1649585081954787330' Cause: java.lang.IllegalArgumentException: argument type mismatch
      解决办法:
    2. 编辑application.yml 文件


      image.png

      1.1 代码注释

    mybatis-plus:
      configuration:
        log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
      global-config:
        db-config:
          id-type: auto
    
    1. 数据库设置递增策略


      image.png

    相关文章

      网友评论

          本文标题:java 常见问题汇总

          本文链接:https://www.haomeiwen.com/subject/umodjdtx.html