반응형
    
    
    
  
No message found under code 'error.properties.initialize.reason' for locale 'ko_KR'.
<!-- MessageSource -->
 <bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
  <property name="basenames">
   <list>
   <value>messages</value>   <-- 이 부분 설정을 잘 해줘야 하는 것 같다.
   </list>
  </property>
 </bean>
위 코드를 주석 처리해놓고 작업했더니 (context-common.xml) 에 에러가 발생했다.
주석을 해제하고, message - * 이 있는 폴더 경로 잘 맞춰주니 에러 없이 잘 돌아갔다.
반응형
    
    
    
  'Framework & Library > Spring & Egov' 카테고리의 다른 글
| 1.5 스프링의 IoC (0) | 2018.07.16 | 
|---|---|
| 1.4 제어의 역전(IoC) (0) | 2018.07.16 | 
| [스프링/전자정부] referenced bean 'antPathMater' not found (0) | 2018.07.11 | 
| (스크랩) 전자정부 프레임워크 환경구축 방법 (0) | 2018.07.09 | 
| (스크랩)@Autowired (0) | 2018.07.05 |