코딩 에러 및 질문

코딩 에러 및 질문

에러 - Failed to convert from type [java.lang.String] to type [java.util.Date] for value '2023-04-19'; nested exception is java.lang.IllegalArgumentException]

🌳 에러 코드 org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors Field error in object 'weatherHistory' on field 'date': rejected value [2023-04-19]; codes [typeMismatch.weatherHistory.date,typeMismatch.date,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [weath..

코딩 에러 및 질문

에러 -nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 14

🌳 에러 코드 Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Fri Mar 31 11:35:23 KST 2023 There was an unexpected error (type=Internal Server Error, status=500). nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 14 org.mybatis.spring.MyBatisS..

코딩 에러 및 질문

에러 - model.addAttribute() 값이 넘어오지 않고 null.

🌳 에러 코드 🌾 에러 - model.addAttribute() 값이 넘어오지 않고 null로 됨. xml에 백틱 대신에 '' 작은따음표를 적용. 🌳 해결 방법 🌾 원인 :xml에 백틱 대신에 '' 작은따음표를 적용. 🌾 해결 방법 : 백틱으로 수정.

코딩 에러 및 질문

에러 - Failed to parse the expression [${}]

🌳 에러 코드 Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Sun Mar 26 22:06:03 KST 2023 There was an unexpected error (type=Internal Server Error, status=500). Failed to parse the expression [${}] javax.el.ELException: Failed to parse the expression [${}] 2023-03-26 22:06:03,877 DEBUG [org.springframework.web.servlet.DispatcherServlet..

코딩 에러 및 질문

코딩 질문 - 마크다운 문법

🌱 오늘의 주제 : 마크다운 문법 🌱 GitHub 블로그를 시작하려고하니 마크다운으로 글을 써야해서 마크다운에 대해서 알아보려고 합니다. Markdown 일반 텍스트 문서의 양식을 편집하는 문법으로 텍스트에 태그를 이용하여 글자에 속성을 주거나, 이미지를 삽입하고 조작하는 일이 가능합니다. Markdown 장점 문법이 간단해 읽고 쓰는게 쉽다. 1번의 이유로 글을 빠르게 작성할 수 있다. 간단한 문법만으로도 글을 짜임새있게 작성할 수 있고, 마크다운으로 작성한 글은 그냥 읽어도 이해가 가능하고 HTML로 변환해도 문제가 없습니다. 키보드만으로 모든 글 작성이 가능하므로 빠르게 작성할 수 있다는 것도 큰 장점입니다. 문단 제목 문단 제목을 작성하려면 다음과 같은 방법을 사용하면 됩니다. 큰제목 ======..

코딩 에러 및 질문

에러 - ### Cause: java.sql.SQLException: Column count doesn't match value count at row 1

🌳 에러 코드 Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Fri Mar 24 12:15:41 KST 2023 There was an unexpected error (type=Internal Server Error, status=500). ### Error updating database. Cause: java.sql.SQLException: Column count doesn't match value count at row 1 ### The error may exist in file [/Users/hongyuri/Desktop/메가스터디 IT/Spr..

코딩 에러 및 질문

에러 - org.apache.ibatis.binding.BindingException

🌳 에러 코드 2023-03-24 11:44:03,654 ERROR [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServlet]] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.example.lesson04.dao.UserMapper.insertUserAsField] ..

코딩 에러 및 질문

에러 - expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}

🌳 에러 코드 Description: Field userBO in com.example.lesson04.Lesson04Ex01Controller required a bean of type 'com.example.lesson04.bo.UserBO' that could not be found. The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true) 2023-03-24 11:35:02,639 DEBUG [org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter] Application..

코딩 에러 및 질문

에러 - nested exception is org.apache.ibatis.exceptions.TooManyResultsException

🌳 에러 코드 Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Wed Mar 22 12:39:48 KST 2023 There was an unexpected error (type=Internal Server Error, status=500). nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 21 org.mybatis.spring.MyBatisS..

코딩 에러 및 질문

이클립스 프로젝트 배포시 오류 - The project description file (.project) for 'academy' is missing. This file contains important information about the project. The project will not function properly until this file is restored.

🌱 오늘의 주제 : 이클립스 프로젝트 배포시 오류 - The project description file (.project) for 'academy' is missing. This file contains important information about the project. The project will not function properly until this file is restored. 🌱 이클립스 프로젝트 배포시 오류 파일>워크스페이스 변경을 하여 변경하고자 하는 곳으로 변경 저자의 변경 위치 : desktop -> Algorithm *참고 https://suyou.tistory.com/53

요가하는 개발자
'코딩 에러 및 질문' 카테고리의 글 목록 (9 Page)