에러 원인 : Spring Bean 생성 에러 에러 로그 Error creating bean with name 'boardController' defined in file [/Users/daon/git/springboot-jpa-project/build/classes/java/main /com/example/jpa/controller/BoardController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'boa..
에러 원인: IntelliJ에서 생성한 것이 아닌 GitHub 자체에서 Readme.md 파일을 생성한 후 다른 파일을 push 했을 때 일어나는 에러 Push of the current branch "master" was rejected. Remote changes need to be merged before pushing. // 현재 분기 "master"의 푸시가 거부되었습니다. 푸시하기 전에 원격 변경사항을 병합해야 합니다. 파란색의 Merge 버튼을 눌렀더니 아래와 같이 Push 된 것을 볼 수 있다. 다행히도 아무런 데이터도 사라지지 않았다.
에러 원인 : 메서드 호출 후보를 찾을 수 없습니다. import staic method identifier로 import 했지만 다른 오류가 발생하였다. 그래서 이전으로 되돌려서 기존 import에 .*로 변경하여 해결했다. ◎ import 변경하여 해결 import에 import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post; 이곳을 import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*; 로 변경해주었다.
팀 프로젝트를 진행 중에 모든 팀원 들이 오류를 확인하고 push 후 merge 진행한 'develop' branch에서 pull을 받고 오류가 발생했다. ◎ Cause Querydsl을 사용했는데 gradle에서 추가시켜주지 않아서 발생했다. Querydsl은 Entity에 만들어 둔 변수명을 가지고 비슷한 변수명을 따로 만들어서 사용하는 방식이다. ◎ Solution 오른쪽 사이드바에 Gradle 에서 other - complieQuerydsl 을 실행시켜주면 된다. ◎ Result
- Total
- Today
- Yesterday
- alert
- 출력 스트림
- MsgBox순서
- dataGridView
- alert focus
- focus 작동 안하는 경우
- BufferdReader 클래스
- 출력 메소드
- System.out.println
- 자바 출력 속도
- Scanner 시간초과
- 자바 입출력
- 변수의 종류
- I/O
- 변수
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |