[转帖]Spring Boot 依赖包及作用

spring,boot,依赖,作用 · 浏览次数 : 0

小编点评

**Spring Boot 之 Spring Boot Starter 和作用** **Spring Boot Starter** 是 Spring Boot 的核心启动器,包含了自动配置、日志和 YAML。 **作用:** * **自动配置:** Spring Boot Starter 可以自动配置 Spring Boot 应用的各种组件,如数据库连接、配置和控制器。 * **日志:** Starter 提供简化的日志管理,包括日志记录和输出。 * **YAML:** Starter 使用 YAML 作为配置文件,简化了配置和环境管理。 **其他功能:** * **AMQP:** Spring Boot Starter 支持 AMQP 协议的配置。 * **面向方面编程 (AOP):** Starter 支持面向方面的编程,包括 Spring AOP 和 AspectJ。 * **JMS:** Starter 支持 Apache Artemis 提供的 JMS API。 * **Batch:** Starter 支持 Spring Batch,包括 HSQLDB 数据库。 * **缓存:** Starter 支持 Spring Cache 存储。 * **云连接:** Starter 支持 Spring Cloud Connectors,简化了与云平台连接的设置。 * **数据访问:** Starter 支持多种数据访问框架,如 Elasticsearch、Gemfire、JPA、MongoDB、REST 等。 * **数据库:** Starter 支持 JDBC、Jersey、JTA、Redis 等数据库。 * **Web 开发:** Starter 支持多种 Web 开发框架,如 Tomcat、Spring MVC 和 WebSocket。 * **测试:** Starter 支持各种测试框架,如 JUnit、Hamcrest、Mockito 和 Spring Test。 * **模板引擎:** Starter 支持 Thymeleaf 和 Velocity 模板引擎。 * **日志框架:** Starter 支持 Log4J 和 Logback 日志框架。 * **其他:** Starter 支持 Jetty、Log4j 和 Undertow 等其他技术。 **总结:** Spring Boot Starter 是一个功能丰富且易于使用的启动器,可以轻松启动和运行 Spring Boot 应用。

正文


目录

作者:@dwtfukgv
本文为作者原创,转载请注明出处:https://www.cnblogs.com/dwtfukgv/articles/10179922.html

Spring Boot 之Spring Boot Starter依赖包及作用

spring-boot-starter
这是Spring Boot的核心启动器,包含了自动配置、日志和YAML。

spring-boot-starter-amqp
通过spring-rabbit来支持AMQP协议(Advanced Message Queuing Protocol. 。

spring-boot-starter-aop
支持面向方面的编程即AOP,包括spring-aop和AspectJ。

spring-boot-starter-artemis
通过Apache Artemis支持JMS的API(Java Message Service API. 。

spring-boot-starter-batch
支持Spring Batch,包括HSQLDB数据库。

spring-boot-starter-cache
支持Spring的Cache抽象。

spring-boot-starter-cloud-connectors
支持Spring Cloud Connectors,简化了在像Cloud Foundry或Heroku这样的云平台上连接服务。

spring-boot-starter-data-elasticsearch
支持ElasticSearch搜索和分析引擎,包括spring-data-elasticsearch。

spring-boot-starter-data-gemfire
支持GemFire分布式数据存储,包括spring-data-gemfire。

spring-boot-starter-data-jpa
支持JPA(Java Persistence API. ,包括spring-data-jpa、spring-orm、Hibernate。

spring-boot-starter-data-mongodb
支持MongoDB数据,包括spring-data-mongodb。

spring-boot-starter-data-rest
通过spring-data-rest-webmvc,支持通过REST暴露Spring Data数据仓库。

spring-boot-starter-data-solr
支持Apache Solr搜索平台,包括spring-data-solr。

spring-boot-starter-freemarker
支持FreeMarker模板引擎。

spring-boot-starter-groovy-templates
支持Groovy模板引擎。

spring-boot-starter-hateoas
通过spring-hateoas支持基于HATEOAS的RESTful Web服务。

spring-boot-starter-hornetq
通过HornetQ支持JMS。

spring-boot-starter-integration
支持通用的spring-integration模块。

spring-boot-starter-jdbc
支持JDBC数据库。

spring-boot-starter-jersey
支持Jersey RESTful Web服务框架。

spring-boot-starter-jta-atomikos
通过Atomikos支持JTA分布式事务处理。

spring-boot-starter-jta-bitronix
通过Bitronix支持JTA分布式事务处理。

spring-boot-starter-mail
支持javax.mail模块。

spring-boot-starter-mobile
支持spring-mobile。

spring-boot-starter-mustache
支持Mustache模板引擎。

spring-boot-starter-redis
支持Redis键值存储数据库,包括spring-redis。

spring-boot-starter-security
支持spring-security。

spring-boot-starter-social-facebook
支持spring-social-facebook

spring-boot-starter-social-linkedin
支持pring-social-linkedin

spring-boot-starter-social-twitter
支持pring-social-twitter

spring-boot-starter-test
支持常规的测试依赖,包括JUnit、Hamcrest、Mockito以及spring-test模块。

spring-boot-starter-thymeleaf
支持Thymeleaf模板引擎,包括与Spring的集成。

spring-boot-starter-velocity
支持Velocity模板引擎。

spring-boot-starter-web
S支持全栈式Web开发,包括Tomcat和spring-webmvc。

spring-boot-starter-websocket
支持WebSocket开发。

spring-boot-starter-ws
支持Spring Web Services。
Spring Boot应用启动器面向生产环境的还有2种,具体如下:

spring-boot-starter-actuator
增加了面向产品上线相关的功能,比如测量和监控。

spring-boot-starter-remote-shell
增加了远程ssh shell的支持。
最后,Spring Boot应用启动器还有一些替换技术的启动器,具体如下:

spring-boot-starter-jetty
引入了Jetty HTTP引擎(用于替换Tomcat. 。

spring-boot-starter-log4j
支持Log4J日志框架。

spring-boot-starter-logging
引入了Spring Boot默认的日志框架Logback。

spring-boot-starter-tomcat
引入了Spring Boot默认的HTTP引擎Tomcat。

spring-boot-starter-undertow
引入了Undertow HTTP引擎(用于替换Tomcat. 。

转载于:https://blog.csdn.net/shuxing520/article/details/78213862

与[转帖]Spring Boot 依赖包及作用相似的内容:

[转帖]Spring Boot 依赖包及作用

目录 作者:@dwtfukgv本文为作者原创,转载请注明出处:https://www.cnblogs.com/dwtfukgv/articles/10179922.html Spring Boot 之Spring Boot Starter依赖包及作用 spring-boot-starter这是Spr

[转帖]springboot中使用skywalking实现日志追踪

文章目录 SkyWalking分布式追踪系统介绍主要架构 环境引入依赖配置Log4j2下载编译好的8.7.0版本包使用探针实现日志追踪启动脚本启动Java服务访问服务 使用UI切换存储方式 SkyWalking分布式追踪系统 介绍 Skywalking是一个国产的开源框架,2015年有吴晟个人开源,

[转帖]Redis集群——SpringBoot连接Redis集群(带密码)

第一步,新建项目maven项目,添加依赖 (1)本文所采用的SpringBoot的版本如下 org.springframework.boot spring-boot-starter-parent

[转帖]Spring Boot 3 Ships November 2022, Delays Java Module Support

Spring Boot 3 Ships November 2022, Delays Java Module Supporthttps://www.infoq.com/news/2022/10/spring-boot-3-jax-london/ Join a community of experts.

[转帖]Spring Boot中Tomcat是怎么启动的

https://zhuanlan.zhihu.com/p/208318177 Spring Boot一个非常突出的优点就是不需要我们额外再部署Servlet容器,它内置了多种容器的支持。我们可以通过配置来指定我们需要的容器。 本文以我们平时最常使用的容器Tomcat为列来介绍以下两个知识点: Spr

[转帖]Spring Boot 配置文件相关操作

https://zhuanlan.zhihu.com/p/537590504 默认配置文件名称: application 常用后缀:propertiesymlyaml 优先级: properties > yml > yaml 1. Spring Boot 读取配置文件 假设配置文件 applicat

[转帖]Prometheus + Spring Boot 应用监控

https://blog.51cto.com/u_15127622/2757942 1. Prometheus是什么Prometheus是一个具有活跃生态系统的开源系统监控和告警工具包。一言以蔽之,它是一套开源监控解决方案。Prometheus主要特性:多维数据模型,其中包含由指标名称和键/值对标识

[转帖]记录一次spring-boot程序内存泄露排查

现象 spring boot项目jvm启动配置-Xms4g -Xmx4g,然而很不幸的是程序所占的内存越来越高,都达到了12个多G,只能临时重启服务 常用命令 jstat -class PIDjstat -compiler PIDjstat -gc PIDjstat -gccapacity PIDj

[转帖]7 种提升 Spring Boot 吞吐量神技!

https://cloud.tencent.com/developer/article/2045348?areaSource=105001.6&traceId=7RuArY2Tm1MQWwQaMnx-Q 一、异步执行 实现方式二种: 1、 使用异步注解@aysnc、启动类:添加@EnableAsyn

[转帖]调试springboot数据库系统应用时常用debug日志配置, 解决问题缩小范围时常用

https://www.yihaomen.com/article/1853.html 摘要: 用 spring boot 开发应用时,在遇到麻烦问题时,经常会打开debug日志,下面记录一个通用的思路,基于spring boot以及jpa来实现, 一般来说,将root的日志级别设置为log.leve