异常:java.sql.SQLIntegrityConstraintViolationException: Column 'category' cannot be null

java.sql.SQLIntegrityConstraintViolationException: Column ‘category‘ cannot be null:(category没有值)

1.首先查看控制层是否可以拿到客户端提交的数据
2.没有拿到数据就要检测表单提交时,参数名是定义的
异常:java.sql.SQLIntegrityConstraintViolationException: Column 'category' cannot be null

 

 


但是我检查了全部都没有问题
异常:java.sql.SQLIntegrityConstraintViolationException: Column 'category' cannot be null

 

 

最后看到了名字错误了,name的值应该个pojo对象的值一样

异常:java.sql.SQLIntegrityConstraintViolationException: Column 'category' cannot be null

 

 异常:java.sql.SQLIntegrityConstraintViolationException: Column 'category' cannot be null

 

异常:java.sql.SQLIntegrityConstraintViolationException: Column 'category' cannot be null

上一篇:力扣105. 从前序与中序遍历序列构造二叉树


下一篇:PHP中如何防止SQL注入