首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
Spring Boot集成MyBatis连接Oracle出现无效的列类型1111
Spring Boot集成MyBatis连接Oracle出现无效的列类型1111
it
2023-05-07
68
在application.yaml或者bootstrap.yaml中加上如下配置:
mybatis
:
configuration
:
jdbcTypeForNull
:
"null"
Mybatis+Oracle需要配置jdbcTypeForNull=“null”,并且必须加上""引号
转载请注明原文地址: https://lol.8miu.com/read-4412.html
最新回复
(
0
)