Spring 썸네일형 리스트형 Linux cron vs Spring cron Linux cron 을 설정하는 것은 아래와 같다.# minute hour day month week 하지만 Spring 에서 @Scheduled annotation 을 사용하여 cron 을 설정하는 것은 아래와 같다.# second minute hour day month week 차이점은 Spring 에서 cron 은 초 단위로 cron 이 진행된다. 더보기 spring restful service - JSON response In Spring, we could get following error message from REST client or other HttpClient modules, when we have not implemented fields getter / setter methods in class that represents JSON response object. The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers (). 더보기 Spring Hello World! Spring framework 를 이용하여, Hello World 프로그램을 작성 해 보자. 먼저 Spring framework 를 다운로드 하도록 하자. (아래 링크에서 받자)http://www.springsource.org/download Spring framework 는 apache-commons-logging 을 사용하므로, 이것도 다운로드 받자.http://commons.apache.org/logging/ 그 다음, Eclipse EE 를 다운로드 하도록 하자. (Eclipse IDE for Java EE developers)http://www.eclipse.org/downloads/ 1. Eclipse 에서 HelloWorld 라는 프로젝트를 생성하자.2. 생성한 프로젝트에 lib 라는 폴더를.. 더보기 이전 1 다음