java-ddd-example icon indicating copy to clipboard operation
java-ddd-example copied to clipboard

Error RequestMappingHandlerMapping' that could not be found.

Open r2d2f opened this issue 3 years ago • 0 comments

Parameter 0 of constructor in tv.codely.apps.mooc.backend.config.MoocBackendServerConfiguration required a bean of type 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping' that could not be found.

El error se da cuando se lanza un comando que no requiere el servidor web y hace que este bean igual se quiera instanciar pero no puede por que le faltan dependencias.

r2d2f avatar Aug 05 '22 14:08 r2d2f