最赞回答 / 不经意的凌乱
不使用通配符,method属性直接用方法名save就不报错了。。。
最新回答 / 书策稠浊3869507
你商品价格输入的是数字吗?
+ 我来回答
回答最高可+2积分
最赞回答 / 中国郭小帅
antlr-2.7.6.jarantlr 2.7.6<dependency><groupId>org.lucee</groupId><artifactId>antlr</artifactId><version>2.7.6</version></dependency>asm-3.3.jarasm 3.3<dependency><groupId>asm</groupId><...
2016-08-24
+ 我来回答
回答最高可+2积分
最赞回答 / 慕粉3721739
我不知道你代码怎么写的!只能给你大概的解决方案1:看看你Spring框架注册了Dao层没有<!-- 配置 业务层的类--> <bean id="productService" class="con.text.ProductService"> <property name="productDao" ref="productDao"/> </bean> <!-- 配置 DAO层的类--> <bean id="productDao" clas...