에러
-
개발 환경 OS : mac Ventura 13.5 스프링부트 : 2.7.8 JAVA : 11 H2 Database : 2.1.214 Intellij IDEA : 2022.3.2 (Ultimate Ed) 에러 Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2023-08-09 17:29:34.711 ERROR 29606 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanCreationException: Error creat..
스프링] data.sql 에러개발 환경 OS : mac Ventura 13.5 스프링부트 : 2.7.8 JAVA : 11 H2 Database : 2.1.214 Intellij IDEA : 2022.3.2 (Ultimate Ed) 에러 Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2023-08-09 17:29:34.711 ERROR 29606 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanCreationException: Error creat..
2023.08.09 -
Null에 관련된 부분을 신경써야한다. 예를 들어 아래와 같은 코드가 있다고 했을 때 Align( alignment: Alignment.center, child: ChartSvg( url: _marketMapNotifier.chartImageMap[ widget.tickerNotifier.ticker.currencyPair]!, widthRatio: chartWidthRatio, height: chartHeight, color: getColor(), ) ), _marketMapNotifier.chartImageMap에서 chartImageMap은 Map으로 선언되어 있다. String?은 Null을 허용하고 있다. 그런데 위에 코드에서 아래와 같이 !느낌표를 사용해서 Null을 허용하지 않게 만들었다. ..
Flutter] Null Check, Null check operator used on a null valueNull에 관련된 부분을 신경써야한다. 예를 들어 아래와 같은 코드가 있다고 했을 때 Align( alignment: Alignment.center, child: ChartSvg( url: _marketMapNotifier.chartImageMap[ widget.tickerNotifier.ticker.currencyPair]!, widthRatio: chartWidthRatio, height: chartHeight, color: getColor(), ) ), _marketMapNotifier.chartImageMap에서 chartImageMap은 Map으로 선언되어 있다. String?은 Null을 허용하고 있다. 그런데 위에 코드에서 아래와 같이 !느낌표를 사용해서 Null을 허용하지 않게 만들었다. ..
2022.03.25 -
== 에러 문구 == 2021-04-20 11:04:27.493 WARN [127.0.0.1] [localhost] 9068 --- [nio-8087-exec-6] ainedMappingJackson2HttpMessageConverter [o.s.h.c.j.AbstractJackson2HttpMessageConverter > logWarningIfNecessary:205] : Failed to evaluate Jackson deserialization for type [[simple type, class kr.co.smartix.onestop.domain.CtiDomain]]: org.springframework.beans.BeanInstantiationException: Failed to instant..
에러] ainedMappingJackson2HttpMessageConverter 에러 해결하기.== 에러 문구 == 2021-04-20 11:04:27.493 WARN [127.0.0.1] [localhost] 9068 --- [nio-8087-exec-6] ainedMappingJackson2HttpMessageConverter [o.s.h.c.j.AbstractJackson2HttpMessageConverter > logWarningIfNecessary:205] : Failed to evaluate Jackson deserialization for type [[simple type, class kr.co.smartix.onestop.domain.CtiDomain]]: org.springframework.beans.BeanInstantiationException: Failed to instant..
2021.04.20 -
1. 에러 코드 Unable to resolve table 'tbl_board' Inspection info: This inspection performs unresolved SQL references check. 2. 증상 0]]> : xml 쿼리에서 테이블명을 계속 확인할 수 없다는 듯이 빨간색으로 표기가 된다. 하지만 mapperTest 를 해보면 쿼리가 정상적으로 작동되는 것을 확인 가능하다. 3. 해결
[IntelliJ] 인텔리제이 Unable to resolve table 'tbl_board'Inspection info: This inspection performs unresolved SQL references check. 에러 해결1. 에러 코드 Unable to resolve table 'tbl_board' Inspection info: This inspection performs unresolved SQL references check. 2. 증상 0]]> : xml 쿼리에서 테이블명을 계속 확인할 수 없다는 듯이 빨간색으로 표기가 된다. 하지만 mapperTest 를 해보면 쿼리가 정상적으로 작동되는 것을 확인 가능하다. 3. 해결
2019.07.30 -
maven 에러 Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from/to central (https:/..
스프링 에러) Maven plugin 에러maven 에러 Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from/to central (https:/..
2019.06.01