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

intellij idea搭建SpringBoot

时间:2019-07-03 10:24:26      阅读:521      评论:0      收藏:0      [点我收藏+]

标签:settings   ide   XML   start   com   idea   cat   jee   tomcat端口   

1.安装mavn在settings.xml设置下载链接

技术图片

 

<mirror>
<id>nexus-aliyun</id>
<mirrorOf>*,!jeecg,!jeecg-snapshots</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

在idea设置maven关联

技术图片

2.创建新项目

技术图片

技术图片

技术图片

技术图片

写Controller

技术图片

添加starter web引用,可以用spring boot自带的tomcat

技术图片

更改tomcat端口

技术图片

启动项目

技术图片

 

技术图片

 

intellij idea搭建SpringBoot

标签:settings   ide   XML   start   com   idea   cat   jee   tomcat端口   

原文地址:https://www.cnblogs.com/dongjh/p/11124793.html

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