Resteasy with Google App Engine

后端 未结 3 1404
我在风中等你
我在风中等你 2021-01-03 12:33

I have a working Rest web service that use JBoss Resteasy however when I tried to port it to use GAE I\'m getting this error when executing:

java.lang.ClassN         


        
3条回答
  •  孤城傲影
    2021-01-03 13:28

    it would seem you're missing the Resteasy JAR file in your GAE WAR file. Locate this jar file, add it to your GAE WAR build, and you should be good to go (or at least past this specific error).

提交回复
热议问题