快速搭建springboot项目

2019-01-28  本文已影响0人  air_b10f

1、安装插件

点击File > Settings > Plugins ,点击Browse repositories 按钮。

搜索框中输入Spring Assistant,然后安装之后重启即可。

2、利用Spring Assistant创建Spring boot工程

选Spring Assistant 默认Next 选Web 配置工程名,完成 运行 看到8080说明成功了

3、第一个HelloController

新建JAVA类 写代码,重启应用

接下来就是见证奇迹的时刻!打开浏览器,输入http://localhost:8080/hello

成功!

参考:https://www.jianshu.com/p/28e1aedb4819

http://tengj.top/2017/02/26/springboot1/

https://blog.csdn.net/u014745069/article/details/79936236

intellij 找不到spring https://blog.csdn.net/h363659487/article/details/80322624 http://www.jinstance.com/2018/06/14/idea-%E4%BD%BF%E7%94%A8spring-assistant-%E6%8F%92%E4%BB%B6%E5%AE%9E%E7%8E%B0spring-initializer%E5%8A%9F%E8%83%BD/

pring boot应用启动原理分析 https://blog.csdn.net/hengyunabc/article/details/50120001

上一篇下一篇

猜你喜欢

热点阅读