Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

1. 준비하기

2. 디펜던시 추가하기

최소 요구사항

  • 스프링 4.x 이상 : JDK 6+
  • 스프링 3.x 이상 : JDK 5+

주의사항

아래 예제는 스프링 프레임워크 4.3.0 RC1 버전임. (2016년 04월 13일 기준 최신버전)

Maven

Gradle

3. 소스코드 작성하기

hello/MessageService.java

hello/MessagePrinter.java

hello/Application.java

4. 실행하기

hello/Application.java의 main 메서드 실행

실행결과
Hello World!
  • No labels