Kamsi's Blog

Kamsi's Blog

  • 분류 전체보기 (156)
    • Database (25)
      • 공통 (2)
      • Oracle (14)
      • MySQL (2)
      • Tibero (1)
      • MSSql (0)
      • PostgreSQL (5)
    • JAVA (64)
      • Spring(eGovFrame) (25)
      • Spring Security (6)
      • Spring Boot (12)
      • iBatis(MyBatis) (0)
      • JSTL (1)
      • Tiles (1)
      • Webservice(REST) (8)
      • Common (5)
    • Eclipse (5)
    • Python (4)
    • JavaScript (23)
      • NodeJS (13)
      • React (1)
    • PHP (1)
    • HTML5 (4)
    • CSS (7)
    • Kubernetes (3)
    • 정규식 (1)
    • 소스형상화 (6)
      • MAVEN (2)
      • ANT (1)
      • Gradle (1)
    • 기타 (4)
      • VirtualBox (1)
      • Excel (1)
  • HOME
  • TAG
  • MEDIA LOG
  • LOCATION LOG
  • GUEST BOOK
  • WRITE
RSS 피드
로그인
로그아웃 글쓰기 관리

Kamsi's Blog

컨텐츠 검색

태그

nodejs SpringBoot security spring java config REACT Python chat 웹소켓 채팅 websocket oracle JWT webflux 노드js schedule SPRING4 restful webservice Spring Boot

최근글

댓글

공지사항

아카이브

indexoutofboundsexception(1)

  • 화면에서 배열로 256개 이상의 Data 전송 시 IndexOutOfBoundsException오류 해결 방법

    스프링 동적리스트 바인딩의 경우 최대 256개까지가 기본설정으로 되어 있다. 만약, 256개 이상을 파라미터로 넘기게 된다면 IndexOutOfBoundsException이 발생하게 될 것이다. @InitBinderpublic void initBinder(WebDataBinder binder) { binder.setAutoGrowCollectionLimit(1024);} 위와 같이 Controller에 추가를 하여 해결하면 된다. 다른 방법으로 톰캣의 경우 설정하는 법도 있곤 한데.. 그냥 이걸로...ㅋ

    2018.03.28
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바