摘要:
今天排查项目问题,发现这样一个异常: org.springframework.orm.ObjectOptimisticLockingFailureException: Object of class [...] with identifier [9941E59B5B1D48248AB8B58EDF2 阅读全文
摘要:
运行java项目的单元发现了一个报错: org.h2.jdbc.JdbcSQLException: Database may be already in use: "Locked by another computer: 172.24.102.84". Possible solutions: clo 阅读全文
摘要:
今天在java项目中使用h2做单元测试,报如下错误: Caused by: org.h2.jdbc.JdbcSQLException: Function "TO_TIMESTAMP" not found 解决方法是,将低版本的h2引用,改为1.4.195版本或以上版本的h2 jar包,将maven引 阅读全文