Today the developer needs to register all service they wanna use, including the services provided by our libraries.
{code} static { ServiceModuleRegistry.getInstance().registerServiceModule("keycloak", KeyCloakService.class); ServiceModuleRegistry.getInstance().registerServiceModule("echo-service", EchoServiceModule.class); } {code}
I wanna We should replace this by annotation processor |
|