1.springboot简介 Spring Boot 可以轻松创建可以"直接运行"的独立的.生产级的基于 Spring 的应用程序. 特征 创建独立的 Spring 应用程序 直接嵌入 Tomcat.Jetty 或 Undertow(无需部署 WAR 文件) 提供强壮的"入门"依赖项以简化您的构建配置 尽可能自动配置 Spring 和第三方中间件 提供生产就绪功能,例如指标.健康检查和外部化配置 完全无需代码生成,无需 XML 配置 2.新建springboot w…
swagger简介 官方的介绍 THE WORLD'S MOST POPULAR API TOOLING Swagger is the world's largest framework of API developer tools for the OpenAPI Specification(OAS), enabling development across the entire API lifecycle, from design and documentation, to test and…