javax.ws.rs.NotFoundException: Could not find resource for full path

后端 未结 3 1725
遥遥无期
遥遥无期 2021-01-02 11:08

Environment

Windows 7(64)
jdk1.7.0_51(64)
RESTEasy3.0.7
apache-tomcat-7.0.50
Project Name: hello

RESTEasyHelloWor

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-02 11:29

    I got the same issue when I tried with 3.0.11.Final

    
    org.jboss.resteasy
    resteasy-jaxrs
    3.0.11.Final
    
    

    but when I tried with another version it worked.

    
    org.jboss.resteasy
    resteasy-jaxrs
    3.0.4.Final
    
    

    And moreover The URL(http://localhost:8080/hello/rest/RESTEasyHelloWorld/a) which you are trying is correct since you have mentioned /rest in the web.xml .Hope this helps.

提交回复
热议问题