SpringBoot啓動器

  1. Spring Boot application starters
    spring-boot-starter-thymeleaf
    使用Thymeleaf視圖構建MVC Web應用程序

spring-boot-starter-ws
使用Spring Web服務。1.4不推薦使用,推薦使用spring-boot-starter-web-servicesweb

spring-boot-starter-data-couchbase
Starter for using Couchbase document-oriented database and Spring Data Couchbaseredis

spring-boot-starter-artemis
使用Apache Artemis啓動JMS消息傳遞spring

spring-boot-starter-web-services
使用Spring Web服務mongodb

spring-boot-starter-mail
支持使用Java Mail和Spring Framework發送電子郵件shell

spring-boot-starter-data-redis
使用Redis鍵值數據存儲與Spring Data Redis和Jedis客戶端數據庫

spring-boot-starter-web
啓動器構建web,包括RESTful,使用Spring MVC的應用程序。使用Tomcat做爲默認嵌入式容器編程

spring-boot-starter-data-gemfire
Starter for using GemFire distributed data store and Spring Data GemFire緩存

spring-boot-starter-activemq
使用Apache ActiveMQ啓動JMS消息傳遞tomcat

spring-boot-starter-data-elasticsearch
使用Elasticsearch搜索和分析引擎和Spring Data Elasticsearchwebsocket

spring-boot-starter-integration
Starter for using Spring Integration

spring-boot-starter-test
Spring Boot應用程序用於測試包括JUnit,Hamcrest和Mockito

spring-boot-starter-hornetq
使用HornetQ啓動JMS消息傳遞。1.4已棄用,推薦使用spring-boot-starter-artemis

spring-boot-starter-jdbc
使用HikariCP鏈接池

spring-boot-starter-mobile
使用Spring Mobile構建Web應用程序的入門

spring-boot-starter-validation
使用Java Bean校驗與Hibernate校驗器

spring-boot-starter-hateoas
使用Spring MVC和Spring HATEOAS構建基於超媒體的RESTful Web應用程序的入門

spring-boot-starter-jersey
使用JAX-RS和Jersey構建RESTful Web應用程序的入門。 spring-boot-starter-web的替代品

spring-boot-starter-data-neo4j
使用Neo4j圖數據庫和Spring Data Neo4j

spring-boot-starter-websocket
使用Spring Framework的WebSocket支持構建WebSocket應用程序

spring-boot-starter-aop
使用Spring AOP和AspectJ進行面向方面編程

spring-boot-starter-amqp
使用Spring AMQP和Rabbit MQ的入門

spring-boot-starter-data-cassandra
使用Cassandra分佈式數據庫和Spring Data Cassandra

spring-boot-starter-social-facebook
使用Spring Social Facebook

spring-boot-starter-jta-atomikos
使用Atomikos進行JTA事務

spring-boot-starter-security
使用Spring Security

spring-boot-starter-mustache
使用Mustache視圖構建MVC Web應用程序

spring-boot-starter-data-jpa
使用Spring Data JPA與Hibernate

spring-boot-starter
核心啓動器,包括自動配置支持,日誌記錄和YAML

spring-boot-starter-velocity
使用Velocity視圖構建MVC Web應用程序。1.4已棄用

spring-boot-starter-groovy-templates
使用Groovy模板視圖構建MVC Web應用程序

spring-boot-starter-freemarker
使用FreeMarker視圖構建MVC Web應用程序

spring-boot-starter-batch
使用Spring Batch

spring-boot-starter-redis
使用Redis鍵值數據存儲與Spring Data Redis和Jedis客戶端的入門。1.4已棄用,建議使用spring-boot-starter-data-redis

spring-boot-starter-social-linkedin
Stater for using Spring Social LinkedIn

spring-boot-starter-cache
支持使用Spring Framework的緩存

spring-boot-starter-data-solr
使用帶有Spring Data Solr的Apache Solr搜索平臺

spring-boot-starter-data-mongodb
使用MongoDB和Spring Data MongoDB

spring-boot-starter-jooq
使用jOOQ訪問SQL數據庫。 spring-boot-starter-data-jpa或spring-boot-starter-jdbc的替代方法

spring-boot-starter-jta-narayana
Spring Boot啓動Narayana JTA

spring-boot-starter-cloud-connectors
啓動者使用Spring Cloud鏈接器,簡化了鏈接到雲平臺中的服務,如Cloud Foundry和Heroku

spring-boot-starter-jta-bitronix
使用Bitronix進行JTA事務

spring-boot-starter-social-twitter
使用Spring Social Twitter

spring-boot-starter-data-rest
使用Spring Data REST經過REST暴露Spring數據存儲庫

  1. Spring Boot production starters
    spring-boot-starter-actuator
    使用Spring Boot的Actuator,提供生產就緒的功能,以幫助您監視和管理您的應用程序

spring-boot-starter-remote-shell
使用CRaSH遠程shell經過SSH監視和管理您的應用程序

  1. Spring Boot technical starters
    spring-boot-starter-undertow
    使用Undertow做爲嵌入式servlet容器。 spring-boot-starter-tomcat的替代方法

spring-boot-starter-jetty
使用Jetty做爲嵌入式servlet容器的。 spring-boot-starter-tomcat的替代方法

spring-boot-starter-logging
使用Logback進行日誌記錄。 默認日誌啓動器

spring-boot-starter-tomcat
使用Tomcat做爲嵌入式servlet容器。 spring-boot-starter-web使用的默認servlet容器

spring-boot-starter-log4j2 使用Log4j2進行日誌記錄。 spring-boot-starter-logging的替代方法

相關文章
相關標籤/搜索