org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.NullPointerException in REST with Spring

后端 未结 4 1307
无人共我
无人共我 2021-01-06 19:04

I am trying to create REST service using Spring.When I try to access that service it returns proper data but shows -

Exception handling request to /RESTServ         


        
4条回答
  •  灰色年华
    2021-01-06 19:56

    this is an issue with WildFly - 8.1 you have to use WildFly - 8.2 or use Jboss 7.

提交回复
热议问题