spring boot

Spring Boot应用程序启动器:

spring-boot-starter

核心的Spring Boot启动器,包括自动配置支持,日志记录和YAML。

spring-boot-starter-actuator

生产准备功能可帮助您监控和管理您的应用程序。

spring-boot-starter-amqp

支持通过“高级消息队列协议” spring-rabbit

spring-boot-starter-aop

支持面向方面的编程,包括spring-aopAspectJ和AspectJ。

spring-boot-starter-artemis

通过Apache Artemis支持“Java Message Service API”。

spring-boot-starter-batch

支持包括HSQLDB数据库在内的“Spring Batch”。

spring-boot-starter-cache

支持Spring的缓存抽象。

spring-boot-starter-cloud-connectors

支持“Spring云连接器”,可简化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

支持的“Java持久性API”包括spring-data-jpaspring-orm 和Hibernate。

spring-boot-starter-data-mongodb

支持MongoDB NoSQL数据库,包括spring-data-mongodb

spring-boot-starter-data-rest

支持通过REST公开Spring数据存储库spring-data-rest-webmvc

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

支持基于HATEOAS的RESTful服务spring-hateoas

spring-boot-starter-hornetq

通过HornetQ支持“Java消息服务API”。

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

支持小胡子模板引擎。

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

支持spring-social-linkedin

spring-boot-starter-social-twitter

支持spring-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

支持全栈Web开发,包括Tomcat和spring-webmvc

spring-boot-starter-websocket

支持WebSocket开发。

spring-boot-starter-ws

支持Spring Web服务。

原文地址:https://www.cnblogs.com/sam-cheng/p/8629936.html