打开idea

spring Boot -- idea工具快速创建springboot应用

选择 spring Initializr 选定jdk版本  下一步

spring Boot -- idea工具快速创建springboot应用

项目配置

spring Boot -- idea工具快速创建springboot应用

选择模块,这里只选择一个web启动器,相当于带入jar包

spring Boot -- idea工具快速创建springboot应用

然后设置项目的工作空间就完成了,可以看到pom文件吧刚才我们选中的web模块的依赖导入进来了

spring Boot -- idea工具快速创建springboot应用

目录结构,可以把这些.mvn .git.. .md 的文件目录删除

spring Boot -- idea工具快速创建springboot应用

启动

spring Boot -- idea工具快速创建springboot应用

 

 

 

相关文章:

  • 2021-06-03
  • 2021-05-15
  • 2022-02-15
  • 2021-08-30
  • 2021-12-21
  • 2021-12-24
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2021-09-11
  • 2021-12-08
  • 2021-11-14
  • 2021-06-04
  • 2022-01-15
  • 2022-01-09
相关资源
相似解决方案