728x90
반응형

Error 131

[Error][JAVA] Consider defining a bean of type '*' in your configuration.

https://mimah.tistory.com/entry/Spring-Consider-defining-a-bean-of-type-Service-in-your-configuration [Spring] Consider defining a bean of type 'Service' in your configuration. Consider defining a bean of type 'Service명' in your configuration. @Service 어노테이션을 명시해주지 않아서 발생한 오류 이리저리 유사 코드를 복사하고, 기능 분리를 위해 파일을 나누고 하다 보면 이런 일이 mimah.tistory.com 어노테이션이 빠져있어서 생긴 오류

Error 2023.12.20

[Error][datatables] Cannot read properties of undefined (reading 'aDataSort')

https://stackoverflow.com/questions/28454203/jquery-datatables-cannot-read-property-adatasort-of-undefined JQuery Datatables : Cannot read property 'aDataSort' of undefined I created this fiddle to and it works well as per my requirements: Fiddle However, when I use the same in my application I get an error in the browser console saying Cannot read property 'aDataSor... stackoverflow.com 동적으로 ta..

Error 2023.12.14

[Error][Mybatis] target is null for method equalsIgnoreCase

https://selfdevelope.tistory.com/615 java.lang.NullPointerException: target is null for method equals 자바 + mybatis 프로그래밍을 하다보면 target is null for method equals 에러를 만날 수 있다. 말그대로 mybatis equals 메소드를 쓰려고 했는데 변수가 null 이라서 에러가 난것이다. 예를들어 USER_ID란 변수가 selfdevelope.tistory.com parameter 값 한개를 빠뜨려서 NullPointerException 발생..

Error 2023.12.08

[Error][Dbeaver] there is no physical unique key defined

https://devmango.tistory.com/33 [DBeaver] There is no physical unique key defined for... 에러 DBeaver를 사용하다가 가끔 조회된 데이터에서 ROW 선택 후 하단에 [-]삭제 버튼을 클릭해서 삭제를 하려고 하면Possible multiple rows modification there is no physical unique key for 'Table Name' DBeaver will use all column devmango.tistory.com 테이블생성 후 까먹고 pk 설정을 안해놨었다 ..

Error 2023.12.05

[Error][Mybatis] A query was run and no Result Maps were found for the Mapped Statement '*'. It's likely that neither a Result Type nor a Result Map was specified.

https://amagrammer91.tistory.com/113 [Mybatis] A query was run and no Result Maps were found for the Mapped Statement Mybatis Enum Typehandler 관련해서 예제를 작성해보다가 오류 발견 아래는 메시지 내용 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were amagrammer91.tistory.com

Error 2023.11.16

[Error][Spring] LoggingFailureAnalysisReporter

https://maro-matta.tistory.com/entry/ERROR-30740-main-osbdLoggingFailureAnalysisReporter-%EC%9D%B4%EA%B2%8C-%EB%AD%90%EC%9E%84 ERROR 30740 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : 이게 뭐임!! 진짜 이게 뭐임 ㅋㅋㅋㅋ 읭 어제까지만 해도 돌아가던 코드가 안돌아간다고 ???? 마법인가... 당연히 그럴리가 없지... ##상황 스프링 부트 클론코드 프로젝트 https://github.com/RDDcat/helo-spring 진행중 maro-matta.tistory.com

Error 2023.11.15

[ERROR][DB] Incorrect table definition; there can be only one auto column and it must be defined as a key

auto_increment 속성 컬럼을 추가하였는데 해당 에러메세지가 떴다. 검색해보니 auto increment 는 primary key 로 지정하라는 것이라고 나왔는데도 계속 해당 메시지가 떴는데 https://m.blog.naver.com/udgttl12/221306193180 Mysql Error Code: 1075 Incorrect table definition; .... Error Code: 1075. Incorrect table definition; there can b... blog.naver.com auto increment 컬럼 primary key 순서 첫번째로 쿼리를 쓰니 생성되었다.

Error 2023.11.14
728x90
반응형