ssm框架实战遇到的一些bug以及解决方法--上篇(还没写完)

java.lang.IllegalArgumentException: addChild: Child name hjxy9 is not unique解决方法

原因是:
在这里插入图片描述
问题是这里出现了 多个,但是我的只有一个也报错了,嗯删除,重新增加之后,就没有这个了错了。

ssm框架给在实体类中给数据库字段起新的别名时,需要对应sql语句里面的新别名,否则查询为空

当我们插入数据时主键是自增的,当插完我们需要立马用的时候就可以在xml文件上加上,加上之后插入完数据就可以x.getID()拿到ID值。

The error occurred while setting parameters

SQL: insert into college (college_id,college_name) values (?,?);

Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column ‘college_name’ cannot be null

; SQL []; Column ‘college_name’ cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column ‘college_name’ cannot be null] with root cause
com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column ‘college_name’ cannot be null
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值