Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- cutomobjectmapper
- Spring
- jsonview
- 리눅스
- db admin
- marketplace
- 긴문자열
- 스프링
- Eclipse
- 캐릭터셋
- 마리아DB
- ResponseBody
- NoClassDefFoundError
- 루팅
- dbeaver
- SVN
- AOP
- 제어역전
- 생략
- 마이바티스
- 버전
- 윈도우
- Version
- ㅗ르
- 일정계획
- 의존성주입
- git
- 설정파일
- mybatis
- 이클립스
Archives
- Today
- Total
목록빈 (1)
프밍일기
스프링 컨테이너 <beans> 설정 유의사항
■ 스프링 context 파일 설정내용 : ■ 오류내용 : org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://www.springframework.org/schema/tx/spring-tx-4.0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not ■ 원인 : 사용중인 스프링 버전이 3.0인데 4.0 버전을 사용하겠다고 선언하여 내부 jar에서가 아닌 인터넷으로 연결하여 조회 시도하는데 인터넷이 사용불가한 환경이라 에러 발생 ■ ..
Spring
2017. 3. 3. 12:31