에러메세지 명령의 159 행에서 시작하는 중 오류 발생 - insert into reply ( reply_no , mem_no , reply_type , ref_post , reply_content , reply_cdate , reply_refno , depth ) values ( seq_rno.nextval , 1 , 2 , 4 , '독서록댓글오라클테스트' , sysdate , 0 , 1 ) 오류 보고 - ORA-00001: 무결성 제약 조건(BK4U.PK_REPLY)에 위배됩니다 원인 새롭게 발생한 시퀀스 값이 이미 존재하는 데이터값이라 시퀀스 무결성 제약 조건에 위배되었다. 해결방법 ALTER SEQUENCE 시퀀스명 INCREMENT BY 100; 해당 시퀀스 시작 숫자를 이미 있는 시퀀스값과 겹..
✔ ORDER BY SELECT로 데이터를 조회할 때, ORDER BY를 추가하여 정렬 기준으로 삼고자하는 컬럼명을 제시해서 정렬할 수 있다. ✔ ORDER SIBLINGS BY 일반적인 정렬이 아닌, 계층 내에서 정렬 할 수 있다. 오라클 계층형 쿼리문 ( connet by ) SELECT 조회하고자 하는 테이블의 컬럼 FROM REPLY WHERE 게시글의 유형구분 = 2 AND 해당 게시글의 글번호 = #{게시글번호} -- 추가적인 조건들 START WITH 참조하는댓글번호 = 0 -- 부모의 시작 조건 CONNECT BY PRIOR reply_no = 참조하는댓글번호 -- 자신값과 부모값을 비교 ORDER SIBLINGS BY 작성일 DESC; -- 계층내에서 정렬: ORDER SIBLINGS B..
에러메세지 Context initialized 이벤트를 [org.springframework.web.context.ContextLoaderListener] 클래스의 인스턴스인 리스너에 전송하는 동안 예외 발생 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; 에러메세지 상세 nested exception is org.springframework.core.NestedIOExcepti..
자바스크립트, 제이쿼리와 Awesomefont로 별점 선택하는 기능을 구현했습니다. See the Pen StarRating by daeun lee (@daeuun) on CodePen. ✔ Awesomefont CDN코드 더보기 1. 가장 기본적인 단계 : script에 작성된 그대로 별점을 css로 표시하기 (사용자 선택 X) html Awesomefont로 아이콘을 가져와서 css와 javacript로 색을 입히는 과정을 진행할 예정이다. 여기서 이것이 별모양 아이콘이다. 별점 표시하기 css 아이콘에 기본 색상을 지정한다. i{color:#dedede;} script $(function(){ /*.rating마다 할 일*/ var rating = $('.review .rating'); /*each..
에러메세지 Request processing failed; nested exception is org.springframework.dao.DataIntegrityViolationException: 에러메세지 상세 org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.dao.DataIntegrityViolationException: ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: ORA-01400: NULL을 ("BK4U"."BOOKLIST"..
summernote는 bootstrap4버전과 css를 수정하기 편한 라이트 버전이 있다. 부트스트랩을 사용하지 않는 lite버전으로 summernote를 사용해보자. 어려울까봐 걱정했는데 생각보다 사용법이 쉬워서 금방 적용할 수 있었다! 1. 다운로드 Download compiled 버튼을 눌러서 다운로드 받는다. 2. 프로젝트에 파일 배치하기 다운로드 받은 dist의 압축 풀면 다음과 같은 파일 구조가 나온다. 사용할 프로젝트의 resources폴더에 폴더 이름을 summernote로 지정하고, font폴더 lang폴더의 KR파일 summernote-lite.css summernote-lite.js 네종류의 파일을 붙여넣는다. 적용결과 3-1. 헤더에 라이브러리 추가하기 3-2. html Hello ..
에러메세지 Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.result.ResultMapException: Error attempting to get column 'bl_cdate' from result set. Cause: java.lang.IllegalArgumentException 에러메세지 상세 org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.mybatis.spring..
에러메세지 Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: 에러메세지 상세 org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:### Error..
- Total
- Today
- Yesterday
- FetchJoin
- port
- 티스토리챌린지
- dto 클래스 생성자
- ChatGPT
- array
- MongoDB
- checkout
- jvm warm-up 전략
- Java
- Linux
- 스프링오류
- Cannot construct instance of
- 오블완
- addFilterBefore
- 배열
- QueryDSL
- MultipleBagFetchException
- bucket4j
- 추상클래스
- n+1
- JPA
- redisson 분산락
- spring boot 3
- junit5
- Kotlin
- Git
- 자바 어플리케이션 실행 과정
- Spring Security
- 스프링 스케줄링
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |