1、通过官网创建项目

https://spring.io/projects/spring-boot
Spring Boot学习笔记(第二章):创建基于Spring Boot的项目

2、通过IDEA的脚手架工具创建

Spring Boot学习笔记(第二章):创建基于Spring Boot的项目

3、通过IDEA的Maven项目创建

在pom.xml文件中,手动导入Spring Boot项目需要的坐标
Spring Boot学习笔记(第二章):创建基于Spring Boot的项目

相关文章:

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