Spring Boot

Spring Boot 简介


Spring Boot 核心特性
构建于Spring框架基础之上
起步依赖(Starter Dependency)---底层关联依赖
自动配置(Auto Configuration)
健康检查(Actator)---监控

你可能感兴趣的:(springboot)