intellij idea搭建SpringBoot
Posted dongjh
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了intellij idea搭建SpringBoot相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章