
spring 服务
未来已来_feature
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
dubbo启动提供者报ClassNotFoundException :org.springframework.objenesis.ObjenesisStd 错误
in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'xxxxxService' defined in file [E:\GameWorks\yinrun.manage.service.provider\target\classes\com\m原创 2016-12-19 09:37:11 · 5280 阅读 · 0 评论 -
Ajax请求在后台已执行,但是前台显示404
可能是后台忽略了注解@ResponseBody,这个注解的作用是将函数返回值作为请求返回值。没有这个注解的话,请求的响应应该是一个页面,不需要页面的话应该加上这个注解。转载 2016-12-19 17:32:11 · 6026 阅读 · 2 评论