我有一個servlet,其中有一個ExecutorService,它向多個目標發出HTTP請求。 我不知道如何關閉ExecutorService。我在Resteasy中沒有destroy()方法? @Path("ops")
public class Dashboard{
ExecutorService threadExecutor = Executors.newCachedThreadPoo
當我試圖讓這個休息服務我得到這個錯誤: JBWEB000287: Exception sending context initialized event to listener instance of class org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap: java.lang.RuntimeException: REST