AsynchronousDispatcher error

后端 未结 5 1024
野的像风
野的像风 2021-01-01 16:45

i am getting the error when i try to upload a file based exactly off the example shown here Sample

The error is

Allocate exception for servle

5条回答
  •  清歌不尽
    2021-01-01 17:26

    Like a charm

    One more thing, make sure you check for resteasy

    $ mvn dependency:tree | grep "resteasy"
    
    [INFO] \- org.jboss.resteasy:resteasy-jaxrs:jar:3.0.10.Final:provided
    [INFO]    +- org.jboss.resteasy:jaxrs-api:jar:3.0.10.Final:provided
    

提交回复
热议问题