springboot五大组件?(1) SpringBoot Web:支持Spring MVC和Tomcat容器,可以构建RESTful Web服务(2) SpringBoot Security: 集成Spring Security安全框架(3) SpringBoot Data: 支持SpringData和相关JPA数据访问技术(4) SpringBoot Test: 支持对应用程序进行测试(5) SpringBoot Actuator: 提供应用程序监控和运维支持。