常见问题
1. No source code is available for type xxx, did you forget to inherit a required module?⚓
参考:https://blog.csdn.net/weixin_34327223/article/details/93090500
可能有两种原因,一种是在 xxx.gwt.xml 中没有继承模块;一种是客户端的代码没有写在客户端下面,导致找不到。
参考:https://blog.csdn.net/weixin_34327223/article/details/93090500
可能有两种原因,一种是在 xxx.gwt.xml 中没有继承模块;一种是客户端的代码没有写在客户端下面,导致找不到。