본문 바로가기
728x90
반응형
SMALL

IT279

Error querying database. Cause: java.lang.IndexOutOfBoundsException Mybatis + Spring 의 Mapper 이용 시 아래와 같은 오류를 만난다면 ### Cause: java.lang.IndexOutOfBoundsException: Index 18 out of bounds for length 18 at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:78) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440) at com.sun.proxy.$Proxy92.selectList(Unknown Source) .. 2022. 6. 15.
Spring Reactive Programming 먼저 읽어보면 좋은 글 https://kimyhcj.tistory.com/343 Spring WebFlux Spring5에 도입된 WebFlux Spring MVC 는 Java EE의 Servlet Spec에 기반하여 만들어 졌고 본질적으로 Blocking + 동기방식입니다. Spring Framework 3.x부터 비동기 방식을 지원하고 있지만 S.. kimyhcj.tistory.com 함께 읽어보면 좋은 글 https://kimyhcj.tistory.com/346 Microservice Architecture Microservice Architecture Maven module 개발 방식을 시스템 아키텩처에 대한 시선으로 설명하면 microservice architecture 이며 이에 대한 이해도를.. 2022. 5. 4.
Intellij ctrl+b, back Ctrl + Shift + E (Recent Locations) 참고) - Ctrl + Alt + Left 안됨 (version 차이인듯) - Ctrl + E 는 Recent Files 2022. 4. 6.
Editing application.yaml file in .jar spring boot 로 backend 모듈 개발 후 배포 시 application.yaml 파일을 수정해야 하는 상황이 발생했다. .jar 파일 안에 있는 application.yaml 파일을 수정하는 것 보다는 당연히 아래와 같이 외부에 있는 yaml file 을 import 해서 사용하거나 spring: profiles: active: dev main: web-application-type: none config: import: - optional:file:/yhkim/.conf/analyzer/00001/analyzer.yaml - optional:file:E://yhkim/analyzer/00001/analyzer.yaml 실행 시 java -jar analyzer.jar --spring.con.. 2022. 3. 31.
728x90
반응형
LIST