In multi module maven project Spring scans everything but one module:
So, @Component/ @Controller annotations in ui module are being ignored by Spring
Any other bean is under the reach of the context:
I do believe there is no typo or something. Clean-install, invalidate caches do not work.