spring boot(2)起步依賴spring-boot-starter-*詳解

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-amqpspring

--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-batchtomcat

--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的另外一種選擇)。

相關文章
相關標籤/搜索