ssh中表单提交到action时报错

org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy. P r o x y 25 i m p l e m e n t i n g p e r . c z t . b l o g . s e r v i c e . i n t e r f a c e s . U s e r s S e r v i c e I n t e r , p e r . c z t . b l o g . b a s i c . B a s i c S e r v i c e I n t e r , o r g . s p r i n g f r a m e w o r k . a o p . S p r i n g P r o x y , o r g . s p r i n g f r a m e w o r k . a o p . f r a m e w o r k . A d v i s e d ′ t o r e q u i r e d t y p e ′ p e r . c z t . b l o g . s e r v i c e . i m p . U s e r s S e r v i c e ′ f o r p r o p e r t y ′ u s e r s S e r v i c e ′ ; n e s t e d e x c e p t i o n i s j a v a . l a n g . I l l e g a l S t a t e E x c e p t i o n : C a n n o t c o n v e r t v a l u e o f t y p e [ c o m . s u n . p r o x y . Proxy25 implementing per.czt.blog.service.interfaces.UsersServiceInter,per.czt.blog.basic.BasicServiceInter,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'per.czt.blog.service.imp.UsersService' for property 'usersService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy. Proxy25implementingper.czt.blog.service.interfaces.UsersServiceInter,per.czt.blog.basic.BasicServiceInter,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advisedtorequiredtypeper.czt.blog.service.imp.UsersServiceforpropertyusersService;nestedexceptionisjava.lang.IllegalStateException:Cannotconvertvalueoftype[com.sun.proxy.Proxy25 implementing per.czt.blog.service.interfaces.UsersServiceInter,per.czt.blog.basic.BasicServiceInter,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [per.czt.blog.service.imp.UsersService] for property ‘usersService’: no matching editors or conversion strategy found
org.springframework.beans.AbstractNestablePropertyAccessor.convertIfNecessary(AbstractNestablePropertyAccessor.java:591)
原因:在action中直接定义了service的实现类,而没有写接口,导致出错
解决方法:将private UserService userService改为private UserServiceInter userService

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值