스프링 jar 파일 모아놈
http://maven.springframework.org/release/org/springframework/spring/
구버전 모아놈
http://docs.spring.io/downloads/nightly/release-download.php?project=SPR
스프링틴구 이클립스에 설정
help-install new software
add 를 누르고
이름 : springide
주소 : http://springide.org/updatesite
www.olccenter.or.kr
영원히 공부할 사이트
No message found under code 'user.userId.default' for locale 'ko_KR'.
이런 에라 메세지가 뜬다면...
프로젝트 폴더에 Java Resources/src/messages.properties파일이 있나 확인하자.
message.properties라고 해서 한방 먹었다 ㅡ,.ㅡ
<!-- MessageSource -->
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="basenames">
<list>
<value>messages</value> <-- 이부분 설정을 잘 해줘야 되는거 같다.
</list>
</property>
</bean>
댓글 없음:
댓글 쓰기