Springboot 入门创建hello world1!
2018-06-18 00:47:37来源:未知 阅读 ()
1、首先使用工具是Eclipse,安装插件,点击“Help”-“Eclipse Marketplace...”,
一步步直接Ok,等待安装完成
2、创建Springboot项目
到此 就创建成功了
3、创建一个Controller
package com.example.demo.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController @RequestMapping(value="/test") public class TestController { @RequestMapping("/hello") String hello() { return "hello world1!"; } @RequestMapping("") String index() { return "Eclipse 创建的springboot 项目"; } @RequestMapping("/index") String index1() { return "index"; } }
4、右键项目“”Run As”选择“spring boot app”,运行结果
代表启动成功
自带tomcat,默认是8080端口
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:列举Java中常用的包、类和接口
下一篇:java获取客户端信息
- springboot2配置JavaMelody与springMVC配置JavaMelody 2020-06-11
- SpringBoot 2.3 整合最新版 ShardingJdbc + Druid + MyBatis 2020-06-11
- 掌握SpringBoot-2.3的容器探针:实战篇 2020-06-11
- nacos~配置中心功能~springboot的支持 2020-06-10
- SpringBoot + Vue + ElementUI 实现后台管理系统模板 -- 后 2020-06-10
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash