
키워드 검색을 구현 하던 중 Mapper에서 오류 발생 검색어가 없으면 전체 테이블 리스트를 출력 검색어가 있으면 검색어가 포함된 리스트 출력 select * from table where column_name like '%'||#{search}||'%' org.apache.ibatis.reflection.ReflectionException:There is no getter for property named 'search' in 'class java.lang.String' -> String 클래스안에 getter가 없다..? mapper에서 안에서 변수를 사용할 때 mybatis는 변수안의 값을 getter방식으로 꺼내온다. String은 getter방식이 아니므로 오류가 난다. 해결방법 1. DTO를 ..

Spring mybatis 사용시 insert, update 할 때 null값이 들어가면 부적합한 열 유형 오류가 발생한다. Request processing failed; nested exception is org.springframework.jdbc.UncategorizedSQLException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 부적합한 열 유형: 1111 ins..
- Total
- Today
- Yesterday
- vmware
- Disk Scheduling
- JSON
- Free space management
- I/O Services of OS
- jdbc
- Allocation methods
- File Protection
- mapreduce
- maven
- aop
- hadoop
- SPARK
- HDFS
- Spring
- I/O Mechanisms
- Variable allocation
- RAID Architecture
- Disk System
- 빅데이터 플랫폼
- Replacement Strategies
- linux
- 하둡
- gradle
- springboot
- oracle
- Flume
- 빅데이터
- Java
- SQL
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |