Trying to create a REst Service using Jersey

前端 未结 2 1388
萌比男神i
萌比男神i 2021-02-03 12:43

I am following this tutorial to create a REst Service using Jersey.

Sometimes i fail to understand fully what the author of the tutorial means but these are the steps th

2条回答
  •  星月不相逢
    2021-02-03 13:31

    For information if you are using Jersey 2 this class has been replaced with jersey.config.server.provider.packages so your resource configuration would be like:

    
      jersey.config.server.provider.packages
      de.vogella.jersey.todo.resources
    
    

提交回复
热议问题