Maven jersey-multipart missing dependency for javax.ws.rs.core.Response

前端 未结 2 1444
时光取名叫无心
时光取名叫无心 2021-01-05 12:56

I seem to have a missing dependency but can\'t find the solution... I\'ve made sure all jersey versions are identical as answered here.

Error:

  SEVE         


        
2条回答
  •  花落未央
    2021-01-05 13:50

    @FormDataParam seems to be very fussy about the @Consumes annotation. Note that (unlike just about everything else) placing this annotation on an interface definition of the method isn't good enough for @FormDataParam !

提交回复
热议问题