spring-boot-starter
java
--The core Spring Boot starter, including auto-configuration support, logging and YAML.web
--Spring Boot starter核心模块,包括自动配置支持,日志和YAML。redis
spring-boot-starter-amqp
spring
--Support for the “Advanced Message Queuing Protocol” via spring-rabbit
.mongodb
--高级消息队列协议支持,经过spring-rabbit。shell
spring-boot-starter-aop
数据库
--Support for aspect-oriented programming including spring-aop
and AspectJ.编程
--面向方面编程支持,包括spring-aop和AspectJ。缓存
spring-boot-starter-batch
tomcat
--Support for “Spring Batch” including HSQLDB database.
--Spring Batch批处理框架支持,包括HSQLDB。
spring-boot-starter-cloud-connectors
--Support for “Spring Cloud Connectors” which simplifies connecting to services in cloud platforms like Cloud Foundry and Heroku.
--简化云平台(Clound Foundry和Heroku)上服务链接的Spring Cloud Connectors支持。
spring-boot-starter-data-elasticsearch
--Support for the Elasticsearch search and analytics engine including spring-data-elasticsearch
.
--Elasticsearch搜索和分析引擎支持,包括spring-data-elasticsearch。
spring-boot-starter-data-gemfire
--Support for the GemFire distributed data store including spring-data-gemfire
.
--GemFire分布式数据存储支持,包括spring-data-gemfire。
spring-boot-starter-data-jpa
--Support for the “Java Persistence API” including spring-data-jpa
, spring-orm
and Hibernate.
--持久化支持,包括spring-data-jpa,spring-orm,Hibernate。
spring-boot-starter-data-mongodb
--Support for the MongoDB NoSQL Database, including spring-data-mongodb
.
--MongoDB非关系型数据库支持,包括spring-data-mongodb。
spring-boot-starter-data-rest
--Support for exposing Spring Data repositories over REST via spring-data-rest-webmvc
.
--在REST上暴露spring数据资源库支持,经过spring-data-rest-webmvc。
spring-boot-starter-data-solr
--Support for the Apache Solr search platform, including spring-data-solr
.
--Apache Solr搜索平台支持,包括spring-data-solr。
spring-boot-starter-freemarker
--Support for the FreeMarker templating engine.
--FreeMarker模版引擎支持。
spring-boot-starter-groovy-templates
--Support for the Groovy templating engine.
--Groovy模版引擎支持。
spring-boot-starter-hateoas
--Support for HATEOAS-based RESTful services via spring-hateoas
.
--基于hateoas的RESTful服务支持,经过spring-hateoas。
spring-boot-starter-hornetq
--Support for “Java Message Service API” via HornetQ.
--JMS(java消息服务)API支持,经过HornetQ(支持集群和多种协议,可嵌入、高性能的异步消息系统)。
spring-boot-starter-integration
--Support for common spring-integration
modules.
--公用spring-integeration模块。
spring-boot-starter-jdbc
--Support for JDBC databases.
--数据库链接支持。
spring-boot-starter-jersey
--Support for the Jersey RESTful Web Services framework.
--Jersey RESTful Web服务框架支持。
spring-boot-starter-jta-atomikos
--Support for JTA distributed transactions via Atomikos.
--JTA分布式事务支持,经过Atomikos(Java平台提供增值服务的而且开源类事务管理器)。
spring-boot-starter-jta-bitronix
--Support for JTA distributed transactions via Bitronix.
--JTA分布式事务支持,经过Bitronix(事务管理器)。
spring-boot-starter-jta-narayana
--JTA分布式事务支持,经过narayana(事务管理器)。
spring-boot-starter-mail
--Support for javax.mail
.
spring-boot-starter-mobile
--Support for spring-mobile
.
spring-boot-starter-mustache
--Support for the Mustache templating engine.
--Mustache模版引擎支持。
spring-boot-starter-redis
--Support for the REDIS key-value data store, including spring-redis
.
--REDIS键值数据存储支持,包括spring-redis。
spring-boot-starter-security
--Support for spring-security
(基于Spring的企业应用系统提供声明式的安全访问控制解决方案的安全框架).
spring-boot-starter-social-facebook
--Support for spring-social-facebook
(提供了对Facebook社交网站的支持,只须要简单配置便可).
spring-boot-starter-social-linkedin
--Support for spring-social-linkedin
(提供了对Linkedin社交网站的支持,只须要简单配置便可).
spring-boot-starter-social-twitter
--Support for spring-social-twitter
(提供了对Twitter社交网站的支持,只须要简单配置便可).
spring-boot-starter-test
--Support for common test dependencies, including JUnit, Hamcrest and Mockito along with the spring-test
module.
--公用测试依赖支持,包括JUnit,Hamcrest和Mockito,以及spring-test模块。
spring-boot-starter-thymeleaf
--Support for the Thymeleaf templating engine, including integration with Spring.
--Thymeleaf模版引擎支持,包括spring集成。
spring-boot-starter-velocity
--Support for the Velocity templating engine.
--Velocity模版引擎支持。
spring-boot-starter-web
--Support for full-stack web development, including Tomcat and spring-webmvc
.
--完整的web开发支持,包括Tomcat和spring-webmvc。
spring-boot-starter-websocket
--Support for WebSocket development.
spring-boot-starter-ws
--Support for Spring Web Services.
spring-boot-starter-jooq
--对jooq支持,使用jooq访问数据库。
spring-boot-starter-validation
--对validation支持,使用Hibernate validation。
spring-boot-starter-activemq
--对activemq支持。
spring-boot-starter-data-couchbase
--对Couchbase面向文档的数据库和Spring Data Couchbase 的支持。
spring-boot-starter-data-neo4j
--对neo4j(高性能的,NOSQL图形数据库)支持。
spring-boot-starter-data-cassandra
--对cassandra(开源分布式NoSQL数据库系统)支持。
spring-boot-starter-cache
--对缓存支持。
spring-boot-starter-data-ldap
--对Spring data
准生产特性的Starter
spring-boot-starter-actuator
--Production ready features to help you monitor and manage your application.
--生产就绪型功能,帮助你监控和管理你的应用。
spring-boot-starter-remote-shell
--Adds remote ssh
shell support.
排除或替换技术类的Starter
spring-boot-starter-jetty
--Imports the Jetty HTTP engine (to be used as an alternative to Tomcat).
--导入Jetty HTTP引擎(用于做为Tomcat的另外一种选择)。
spring-boot-starter-log4j
--Support the Log4J logging framework.
spring-boot-starter-logging
--Import Spring Boot’s default logging framework (Logback).
spring-boot-starter-tomcat
--Import Spring Boot’s default HTTP engine (Tomcat).
spring-boot-starter-undertow
--Imports the Undertow HTTP engine (to be used as an alternative to Tomcat).
--导入Undertow HTTP引擎(用于做为Tomcat的另外一种选择)。