<%

response.setHeader("Content-Disposition", "attachment; filename=" + 파일명 + ".xls"); // 파일명

response.setHeader("Content-Description", "JSP Generated Data");

response.setContentType("application/vnd.ms-excel"); 

%>


 Annotation-specified bean name 'nameDAO' for bean class [mobiz.name2.service.ExampleDAO] conflicts with existing, non-compatible bean definition of same name and class [mobiz.name.service.ExampleDAO]


중복된 


@Repository

@Component


이름이 존재하여 오류가 났습니다.


+ Recent posts