my Spring Boot + Jersey REST service doesn\'t work as expected.
EmailExistsException is thrown in UserController but I only receive error 500. All the time. And my e
I had the same problem
I just mentioned the root package on the web.xml file in tag of
Then It started working like charm
Jersey Web Application org.glassfish.jersey.servlet.ServletContainer jersey.config.server.provider.packages com.two95.restful 1