目录
一、基本介绍
它是一个服务于spring框架的框架,能够简化配置文件,快速构建web应用,内置tomcat,无需打包部署,直接运行。
使用理念“约定大于配置”。
Springboot官网“https://spring.io/projects/spring-boot#learn”
SpringCloud官网“https://spring.io/projects/spring-cloud#learn”
Springcloud对应的springboot版本“https://spring.io/projects/spring-cloud#overview”
二、sprinboot 项目基本构建
2.1、公共主要配置
整体架构
pom.xml文件
<dependencies