美文网首页Java
springboot(〇):创建springboot项目

springboot(〇):创建springboot项目

作者: 修远路 | 来源:发表于2018-08-29 15:40 被阅读0次

1.准备环境

intelijidea
jdk8

2.使用idea两种方式创建

1️⃣ Model --- Spring Initializr(推荐指数:⭐⭐⭐)
Spring Initializr 勾选自己需要的模块(此处以web项目为例),next到finish
2️⃣ Model --- Maven(推荐指数:⭐)
Maven 自定义groupId和ArtifactId,but需要手动添加pom依赖😂

3.使用spring提供的页面创建(推荐指数:⭐⭐)

地址 https://start.spring.io/

https://start.spring.io/

相关文章

网友评论

    本文标题:springboot(〇):创建springboot项目

    本文链接:https://www.haomeiwen.com/subject/cdqkwftx.html