본문 바로가기
반응형

프레임워크 & 라이브러리/스프링 & 전자정부 프레임워크31

[스프링/전자정부] No message found under code 'error.properties.initialize.reason' for locale 'ko_KR'. No message found under code 'error.properties.initialize.reason' for locale 'ko_KR'. messages 2018. 7. 11.
[스프링/전자정부] referenced bean 'antPathMater' not found context-*.xml 설정 중, Referenced bean 'antPathMaterer' not found [config set: Arpil2018/web-context] Warning. 에러가 발생했다. 원인은 bean id 오타였다. ㅜㅜ 에러를 찾다가 나중에 보면 좋은 글이 있어서 하단에 링크 [springIDE] 다중 컨텍스트 XML 관리 시 다른 파일의 참조 문제점 http://theeye.pe.kr/archives/436 [SpringIDE] 다중 컨텍스트 XML 관리시 다른 파일의 참조 문제점 | 아이군의 블로그 SpringIDE를 설치한 상태에서 프로젝트를 진행 하다 보면 별 문제도 없는데 자꾸 경고가 뜨곤 한다. 그당시에는 무시를 하였지만 나의 결벽증 개발자 무의식이 나타나 이것을 .. 2018. 7. 11.
(스크랩) 전자정부 프레임워크 환경구축 방법 http://zgundam.tistory.com/79 2018. 7. 9.
(스크랩)@Autowired 출처http://deoki.tistory.com/28?category=615485 @Autowired 어노테이션은 의존하는 객체를 자동으로 삽입해주며 생성자, 필드, 메서드 세 곳에 적용이 가능하다. public class SpringTest { private SpringTestService service; @Autowired public void setSpringTestService(SpringTestService service){ this.service = service; }} @Autowired 어노테이션은 타입을 이용한 프로퍼티 자동설정기능을 제공한다. 위의 코드는 service 프로퍼티에 SpringTestService 타입의 빈 객체를 메서드를 통해 자동으로 주입해준다. @Autowired 어.. 2018. 7. 5.
[스프링/전자정부] 전자정부 프레임워크 다중 DB 연동 시 사용했던 xml context-datasource.xml, context-mapper.xml, context-transaction.xml 세 영역 수정 context-datasource.xml true 250 2048 true true 250 2048 true true 250 2048 true context-mapper.xml context-transaction.xml 2018. 7. 4.
반응형