Currently it is needed, in the host module, on SpringBootApplication annotation an attribute scanBasePackages. For some reason Spring can't scan Services module and so the http classes are not being instantiated and this is not easy to tell. There is not a indicated error because, if the RemoteLabApp is started, the system works but the HTTP calls are not being redirect to the respective HTTP module so is returned an 404 NOT FOUND to the path.
Currently it is needed, in the host module, on SpringBootApplication annotation an attribute scanBasePackages. For some reason Spring can't scan Services module and so the http classes are not being instantiated and this is not easy to tell. There is not a indicated error because, if the RemoteLabApp is started, the system works but the HTTP calls are not being redirect to the respective HTTP module so is returned an 404 NOT FOUND to the path.