FooClient.java
in Client application
@Service
public class FooClient {
@Discover
private FooService fooService;
...
}
FooService.java
in Server application
@Service
@Publish
public class FooServiceImpl implements FooService {
...
}
FooService is auto-discovered by client application.
We use github issues to track bugs, improvements and feature requests.
If you find security bug you can also send info to <[email protected]>
Your contribution is welcome.
Please send pull request to development branch
it is the only branch where we can accept your changes.