码迷,mamicode.com
首页 > 编程语言 > 详细

springboots Helloworld

时间:2018-07-11 19:43:07      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:ann   mapping   bsp   boot1   detail   org   article   demo   image   

1.eclipse gradle 插件

  HELP----MarketPlace----搜索 buildship点击安装

  WINDOW----preferences--gradle 配置安装好的gradle

2.引入demo工程

3.HelloWorldController 

package com.song.spring.boot.blog.springboot1.controller;

import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

@RestController
public class HelloController {
    @RequestMapping("hello")
    public String hello() {
        return "Hello WORLD";
    }

}

4.访问

技术分享图片

springboots Helloworld

标签:ann   mapping   bsp   boot1   detail   org   article   demo   image   

原文地址:https://www.cnblogs.com/xiaoyezi/p/9295784.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!