일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- arraylist
- 회원가입 기능
- 쇼핑몰 프로젝트
- 스프링 메일 전송
- 스프링 업로드
- BCrypt 적용
- 스프링 프로젝트
- 삭제 구현
- 스프링 쇼핑몰
- 스프링 HikariCP
- 스프링 프로젝트 기본 설정
- 쇼핑몰 포트폴리오
- 스프링 프로젝트 설정
- 이미지 출력
- 정규표현식
- 스프링 포트폴리오
- ResponseEntity
- oracle 설치방법
- 로그인 기능
- spring 프로젝트
- spring 쇼핑몰
- 스프링 이미지
- 스프링 쇼핑몰 프로젝트
- 로그아웃 기능 구현
- 스프링 게시판 구현
- Bcrypt
- 스프링 파일 삭제
- 스프링 게시판
- 파일 업로드
- 인증번호 전송
- Today
- Total
목록개발노트 (8)
Kim VamPa
org.springframework.jdbc.BadSqlGrammarException: ### Error updating database. Cause: java.sql.SQLSyntaxErrorException: ORA-00933: SQL 명령어가 올바르게 종료되지 않았습니다 ### The error may exist in com/vam/mapper/MemberMapper.xml ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: insert into BOOK_MEMBER values('admin23', 'admin', 'admin', 'admin', 'admin', 'ad..
1. 원인 - Service 객체를 찾지 못하는 에러 2. 해결방법 - Service 클래스에 @Service 어노테이션을 추가 했는지 확인 해볼 것
에러문구 예외org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.NullPointerException org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:982) org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:877) javax.servlet.http.HttpServlet.service(HttpServlet.java:660) org.springframework.web.s..

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 3 at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java..