1. Eclipse新建maven工程,骨架选择quickstart:
2. 加入springboot的父工程,和web依赖:
3. 编写一个简单的RESTful接口,新建java类:
4. 编写springboot启动类:
5. 运行启动类(注:需要JDK1.8),浏览器访问接口: