参考文献:https://stackoverflow.com/questions/4588755/disabling-contextual-lob-creation-as-createclob-method-threw-error

解决办法:在hibernate.cfg.xml中添加配置项:

<property name="hibernate.temp.use_jdbc_metadata_defaults">false</property>  

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2021-06-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
相关资源
相似解决方案