Spring Boot Cli入门 Posted on 2017/02/25 by neohope — No Comments ↓ 1、test.groovy @RestController class testApp{ @RequestMapping("/") String home() { "It works!" } } 2、运行 bin/spring run test.groovy 3、这样,一个spring boot的网站已经开启了哦 Share the post "Spring Boot Cli入门" FacebookGoogle+LinkedInTwitterWeiboE-mail