250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- spring
- maven
- AJAX
- Docker
- jpa
- ubuntu
- error
- JDBC
- Tomcat
- JavaScript
- git
- MSSQL
- Python
- oracle
- SpringBoot
- Thymeleaf
- 설정
- STS
- myBatis
- MySQL
- Exception
- PostgreSQL
- Core Java
- 오픈소스
- Spring Boot
- Eclipse
- Open Source
- IntelliJ
- 문서
- Source
Archives
- Today
- Total
목록sqlexception (1)
헤르메스 LIFE
[Spring] Spring + MyBatis 에러처리
개발환경 Spring 3.2.9 MyBatis 3.4.6 Microsoft SQL Server REST환경을 구축하고, Insert 를 수행하던 중 중복오류 발생. Exception 메시지가 정제되지 않고 리턴되었습니다. ### Error updating database. Cause: com.microsoft.sqlserver.jdbc.SQLServerException: PRIMARY KEY 제약 조건 'USER_PK'을(를) 위반했습니다. 개체 'dbo.TB_USER'에 중복 키를 삽입할 수 없습니다. 중복 키 값은 (4)입니다. ### The error may involve defaultParameterMap ### The error occurred while setting parameters ###..
Spring Framework
2020. 12. 21. 00:35