Service implementation URL not specified

来源:互联网 发布:思维导图软件mac版 编辑:程序博客网 时间:2024/06/06 03:31

使用GWT开发时遇到问题:

提示 service 的URL实现没有指定Service implementation URL not specified

是因为相应service及实现少添加了以下的注解


@Service("locationService")

LocationServiceImpl implements LocationService{}


@RemoteServiceRelativePath("springGwtServices/locationService")

LocationService{}

1 0
原创粉丝点击