IT
[Java] nested exception is java.lang.IndexOutOfBoundsException: Index: 256, Size: 256 Spring WebDataBinder AutoGrowCollectionLimit
self log
2016. 12. 11. 10:34
Java Spring으로 개발하고
업로드로 파일 처리 할 것이 있었는데.
이게 256라인남 넘어가면 오류 ㅡ,.ㅡ
무엇인가 찾아 봤더니...
Spring WebDataBinder 기본 제약 조건이 256으로 되어 있다는...
해당 재약을 변경 해주려면...
아래와 같이 binder.setAutoGrowCollectionLimit을 해주면 된다.