반응형
검색을 해보니 중복되는 Id가 존재할 경우 이러한 에러가 발생
<select id="excelList" ~>
...
</select>
...
<select id="excelList" ~>
...
</select>
찾아보니 <select id=excelList>라는 동일한 id 발견
삭제해주니 잘 돌아간다~
반응형
'공부 > SpringBoot & Spring' 카테고리의 다른 글
500 에러 (0) | 2022.09.13 |
---|---|
스프링 시큐리티(spring security) deprecated (0) | 2022.07.11 |
mybatis 오류 / attempted to return null from a method with a primitive return type (int) (0) | 2022.07.07 |
[Thymeleaf] 문자열 조합(합치기) (1) | 2022.07.05 |
Spring Boot Embeded Tomcat 내장 톰캣 application.properties 설정 (0) | 2022.06.27 |