Skip to content

ServiceRoot for a Single Service does not work #22

@lofidewanto

Description

@lofidewanto

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 working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions