springboot学习笔记(一)---------STS创建第一个springboot项目
1、new 一个Spring Starter Project项目
2、填写项目信息
3、选择需要的依赖
4、finish,完成创建
5、右键MySpringBootApplication中的main方法,Run As -> Spring Boot App,项目就可以启动了(默认端口是8080)
1、new 一个Spring Starter Project项目
2、填写项目信息
3、选择需要的依赖
4、finish,完成创建
5、右键MySpringBootApplication中的main方法,Run As -> Spring Boot App,项目就可以启动了(默认端口是8080)