问题描述:在使用mybatis 生成代码时,报错

问题收集:使用mybatis generator生成代码报错,StringIndexOutOfBoundsException异常

报错:java.lang.StringIndexOutOfBoundsException: String index out of range: -1 

问题解决方案:请检查 table 标签下的 domainObjectName属性值首字母是否为大写。修改完成后,问题解决!

相关文章:

  • 2021-05-20
  • 2021-07-12
  • 2021-11-29
  • 2021-04-19
  • 2021-09-10
  • 2022-12-23
猜你喜欢
  • 2022-03-02
  • 2021-11-11
  • 2021-05-27
  • 2021-12-22
  • 2021-07-09
  • 2021-05-04
  • 2021-07-01
相关资源
相似解决方案