参考答案
Spring Boot 致力于快速产品就绪应用程序,它提供了一些开箱即用的非功能性特征。例如,高速缓存,日志记录,监控和嵌入式服务器等。
- spring-boot-starter-actuator – 使用一些如监控和跟踪应用的高级功能。
- spring-boot-starter-undertow, spring-boot-starter-jetty, spring-boot-starter-tomcat – 选择您的特定嵌入式 Servlet 容器。
- spring-boot-starter-logging – 使用 logback 进行日志记录。
- spring-boot-starter-cache – 启用 Spring Framework 的缓存支持。
以上,是Spring Boot面试题【Spring Boot是如何快速创建产品就绪应用程序的】的参考答案。
输出,是最好的学习方法。
欢迎在评论区留下你的问题、笔记或知识点补充~
—end—