본문 바로가기
error

Spring// Error creating bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping':

by aesup 2021. 4. 25.
728x90

RequestMapping 작성시 value값을 다른 컨트롤러에 있는 calwrite.do로 똑같이 써서 오류가 발생

value값은 중복되지않도록 코드짤때 유의

@RequestMapping(value = "calplugwrite.do", method = RequestMethod.GET)
	

 

728x90