IDEA创建Spring boot web 项目 & RUN

创建Spring boot web:
1.file——new——project
2.选择Spring Initializr——SDK 我用的1.8所以。。。
3.选择Default:http://start.spring.io
4.Group:写你的包名
5.Artifact:写你的项目名 其他默认就好 直接next;
6. 选择web 右边spring web
7. finish

RUN:
网上学习仿大众点评的项目那就导入项目后 锤子进行build—— Edit configuriation——配置好tomcat
记得 在Deployment下 + 项目的war 然后运行

猜你喜欢

转载自blog.csdn.net/peopleware1/article/details/104622478
今日推荐