Error setting null for parameter #3 with JdbcType OTHER 需要在model的映射类给属性设置主键,在属性上加注解@Id ORA-00942: 表或视图不存在 @Table(name = “表名”) 需要在model的映射类给属性设置关联表,在类上加注解@Table(name = “USER”) 来源:https://blog.csdn.net/weixin_44919928/article/details/98755759 标签 通用mapper table