🌳 에러 코드 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..
🌳 에러 코드 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..
🌳 에러 코드 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로 변환해도 문제가 없습니다. 키보드만으로 모든 글 작성이 가능하므로 빠르게 작성할 수 있다는 것도 큰 장점입니다. 문단 제목 문단 제목을 작성하려면 다음과 같은 방법을 사용하면 됩니다. 큰제목 ======..
🌳 에러 코드 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..
🌳 에러 코드 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..
🌳 에러 코드 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. 🌱 이클립스 프로젝트 배포시 오류 파일>워크스페이스 변경을 하여 변경하고자 하는 곳으로 변경 저자의 변경 위치 : desktop -> Algorithm *참고 https://suyou.tistory.com/53