| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- Database
- 자바스크립트
- 정보처리기사
- javascript
- 리눅스
- 1단원
- spring
- 요구사항확인
- jQuery
- 5단원
- Java
- Linux
- 정처기
- DB
- mybatis
- 4단원
- 자바
- 정처기실기
- 데이터베이스
- 제이쿼리
- 정보처리기사실기
- mapper
- 정처기필기
- 정보처리기사필기
- 오라클
- 인터페이스구현
- 통합구현
- 스프링
- 실기
- backend
- Today
- Total
목록Error (2)
세라공원
자바 jdk 깔고 vi /etc/profile에서 export 경로 지정하고 source /etc/profile 했는데 커맨드가 아예 먹지 않는 상황. -bash: command not found 해결 : 커맨드 창에 다음과 같이 입력. PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:" 커맨드가 다시 출력된다. 참고 : https://aspopark.tistory.com/13 /etc/profile 수정후 명령어 실행이 되지 않을 경우 /etc/profile 수정하고 나서 Command not found 가 떳다 난감하다... 아래와 같이 적용하고 PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/ga..
java.lang.IllegalStateException: Failed to load ApplicationContext ERROR: org.springframework.test.context.TestContextManager - Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener@598067a5] to prepare test instance [com.community.sera.ReplyMapperTest@2101b44a] java.lang.IllegalStateException: Failed to load ApplicationContext 해..