spring boot(2)起步依赖spring-boot-starter-*详解

spring-boot-starter    

--The core Spring Boot starter, including auto-configuration support, logging and YAML.

--Spring Boot starter核心模块,包括自动配置支持,日志和YAML。

spring-boot-starter-amqp

--Support for the “Advanced Message Queuing Protocol” via spring-rabbit.

--高级消息队列协议支持,通过spring-rabbit。

spring-boot-starter-aop

--Support for aspect-oriented programming including spring-aop and AspectJ.

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

spring-boot-starter-batch

--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的另一种选择)。

转载于:https://my.oschina.net/90liusq/blog/1556279

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值