-
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
In the documentation you can find this:
We can change the service root for any service while keeping other services mapped to the default service root using the @servicefactory annotation by setting the serviceRoot attribute
@RequestFactory(serviceRoot = "http://localhost:7070/library/") public interface MoviesService {
But this won't work since it appends a prefix, so the result would be like this:
http://localhost:7070/library/http://localhost:7070/library/xxxx
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working