Skip to content

EastLord/spring-boot-learning

Repository files navigation

spring-boot 入门学习

git clone https://github.com/EastLord/spring-boot-learning.git

​ 用IDEA打开项目,在右侧的maven projects 中点击Add Maven Projects按钮(绿色的加号),添加相应模块的pom.xml即可

使用IDEA的Spring Initializr 新建项目:

​ 注意Initializr Service URL 为 https://start.spring.io 这将会连接网络,以查询Spring Boot当前可用版本和组件列表,大体需要三步:

1.选择类型

2.选择Spring Boot版本和组件

​ 选择Spring Boot版本和Spring Boot组件,例如在Spring Boot Version中选择1.5.7,并勾选Web项目组件,然后点击Next进入下一步

3.输入项目名称