반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- yum install java
- java 11
- springboot
- JUnit
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- parse
- aws
- maybe not public or not valid?
- springbatch error
- OpenFeign
- java version
- mac os git error
- querydsl no sources given
- No tests found for given includes
- Java 1.8
- property or field 'jobparameters' cannot be found on object of type
- LeetCode
- el1008e
- springboottest
- no sources given
- java
- easy
- error
- java 버전 변경
- log error
- java 1.8 11
- 스프링부트테스트
- java 여러개 버전
- AWS CLI
- Medium
Archives
- Today
- Total
목록mysql executequery error (1)
쩨이엠 개발 블로그
Mysql Error : Statement.executeQuery() cannot issue statements that do not produce result sets.
1. 현상JpaRepository에서 nativeQuery로 update 쿼리를 실행하던 중 에러가 났다 Error 내용Caused by: java.sql.SQLException: Statement.executeQuery() cannot issue statements that do not produce result sets. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:130) ~[mysql-connector-j-8.0.33.jar:8.0.33] at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:98) ~[mysql-connector-j..
개발/JAVA
2024. 5. 21. 18:51