org.springframework.beans.factory.BeanCreationException:Error creating bean withname 'requestMappingHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]:Invocation of init method failed; nested exception is java.lang.IllegalStateException:Invalid mapping on handler class[com.cloud.controller.PaymentController]:publiccom.cloud.entities.CommonResultcom.cloud.controller.PaymentController.getPaymentById(java.lang.Long)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)~[spring-beans-5.2.2.