1. 준비하기
2. 디펜던시 추가하기
Note |
---|
|
아래 예제는 스프링 프레임워크 4.3.0 RC1 버전임. (2016년 04월 13일 기준 최신버전)
Warning |
---|
|
- 스프링 4.x 이상 : JDK 6+
- 스프링 3.x 이상 : JDK 5+
|
2. 디펜던시 추가하기
Note |
---|
|
아래 예제는 스프링 프레임워크 4.3.8 버전임. |
Maven
Gister macro |
---|
gistUrl | https://gist.github.com/ChoiYoungMok/074cdebd59baa927b6c53dfcb28f3331 |
---|
|
Gradle Gister macro |
---|
gistUrl | https://gist.github.com/ChoiYoungMok/40e3fedd9fd92f90e6d2eb17c3f930df |
---|
|
3. 소스코드 작성하기
hello/MessageService.java
Gister macro |
---|
gistUrl | https://gist.github.com/ChoiYoungMok/1e3c34f44c1898265b0fcb642cc47b15 |
---|
|
hello/MessagePrinter.java
Gister macro |
---|
gistUrl | https://gist.github.com/ChoiYoungMok/81e0e529dd115658f6ac9b05ef0f7686 |
---|
|
hello/Application.java
Gister macro |
---|
gistUrl | https://gist.github.com/ChoiYoungMok/4ae344faca093819fe6feaeb6202e72c |
---|
|
4. 실행하기
hello/Application.java의 main 메서드 실행
...