윈도우 hello.groovy 실습

1 개요[ | ]

hello.groovy

2 사전작업[ | ]

3 hello.groovy 작성[ | ]

@RestController
class WebApplication {
    @RequestMapping("/")
    String home() {
        "Hello World!"
    }
}

4 실행[ | ]

spring run hello.groovy

5 같이 보기[ | ]

6 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}