Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这听起来像一个愚蠢的问题,但我找不到答案。
我正在使用 GWT,我需要在客户端上使用 JSON。相应的类在com.google.gwt.json.client包中,并且位于gwt-user.jar中。但是,同一个 JAR 包含与我在 servlet 容器中使用的那些冲突(不同版本)的javax.servlet类。我该如何解决这个问题?
服务器端不需要 gwt-user.jar,因此不要将其部署在您的容器中。
如果您使用的是 maven,请将 gwt-user 依赖项的范围设置为“已提供”。