Spring Boot提供的启动器(starter)
- spring-boot-starter
核心Starter工具,包括自动配置支持,日志记录和YAML - spring-boot-starter-activemq
使用Apache ActiveMQ的JMS消息传递Starter - spring-boot-starter-amqp
使用Spring AMQP和Rabbit MQ的Starter - spring-boot-starter-aop
使用Spring AOP和AspectJ进行面向方面编程的Starter - spring-boot-starter-artemis
使用Apache Artemis的JMS消息传递Starter - spring-boot-starter-batch
使用Spring Batch的Starter - spring-boot-starter-cache
使用Spring Framework的缓存支持的Starter - spring-boot-starter-cloud-connectors
使用Spring Cloud Connectors的Starter程序,可简化与Cloud Foundry和Heroku等云平台中服务的连接。不推荐使用Java CFEnv - spring-boot-starter-data-cassandra
使用Cassandra分布式数据库和Spring Data Cassandra的Starter - spring-boot-starter-data-cassandra-reactive
使用Cassandra分布式数据库和Spring Data Cassandra Reactive的Starter - spring-boot-starter-data-couchbase
使用Couchbase面向文档的数据库和Spring Data Couchbase的Starter - spring-boot-starter-data-couchbase-reactive
使用Couchbase面向文档的数据库和Spring Data Couchbase Reactive的Starter - spring-boot-starter-data-elasticsearch
使用Elasticsearch搜索和分析引擎以及Spring Data Elasticsearch的Starter - spring-boot-starter-data-jdbc
使用Spring Data JDBC的Starter - spring-boot-starter-data-jpa
将Spring Data JPA与Hibernate结合使用的Starter - spring-boot-starter-data-ldap
使用Spring Data LDAP的Starter pom - spring-boot-starter-data-mongodb
使用MongoDB面向文档的数据库和Spring Data MongoDB的Starter - spring-boot-starter-data-mongodb-reactive
使用MongoDB面向文档的数据库和Spring Data MongoDB Reactive的Starter - spring-boot-starter-data-neo4j
使用Neo4j图形数据库和Spring Data Neo4j的Starter工具 - spring-boot-starter-data-redis
使用Redis键值数据存储与Spring Data Redis和Lettuce客户端的Starter - spring-boot-starter-data-redis-reactive
将Redis键值数据存储与Spring Data Redis Reacting和Lettuce客户端一起使用的Starter - spring-boot-starter-data-rest
使用Spring Data REST在REST上公开Spring数据存储库的Starter - spring-boot-starter-data-solr
将Apache Solr搜索平台与Spring Data Solr结合使用的Starter - spring-boot-starter-freemarker
使用FreeMarker视图构建MVC Web应用程序的Starter - spring-boot-starter-groovy-templates
使用Groovy模板视图构建MVC Web应用程序的Starter - spring-boot-starter-hateoas
使用Spring MVC和Spring HATEOAS构建基于超媒体的RESTful Web应用程序的Starter - spring-boot-starter-integration
使用Spring Integration的Starter - spring-boot-starter-jdbc
结合使用JDBC和HikariCP连接池的Starter - spring-boot-starter-jersey
使用JAX-RS和Jersey构建RESTful Web应用程序的Starter的替代品spring-boot-starter-web - spring-boot-starter-jooq
使用jOOQ访问SQL数据库的Starter。替代spring-boot-starter-data-jpa或spring-boot-starter-jdbc - spring-boot-starter-json
读写JSONStarter - spring-boot-starter-jta-atomikos
使用Atomikos的JTA交易Starter - spring-boot-starter-jta-bitronix
使用Bitronix的JTA交易Starter - spring-boot-starter-mail
使用Java Mail和Spring Framework的电子邮件发送支持的Starter - spring-boot-starter-mustache
使用Mustache视图构建Web应用程序的Starter - spring-boot-starter-oauth2-client
使用Spring Security的OAuth2 / OpenID Connect客户端功能的Starter - spring-boot-starter-oauth2-resource-server
使用Spring Security的OAuth2资源服务器功能的Starter - spring-boot-starter-quartz Starter
使用Quartz Scheduler - spring-boot-starter-rsocket
用于构建RSocket客户端和服务器的Starter程序。 - spring-boot-starter-security
使用Spring Security的Starter - spring-boot-starter-test
- 用于使用包括JUnit,Hamcrest和Mockito在内的库测试Spring Boot应用程序的Starter程序
- spring-boot-starter-thymeleaf
使用Thymeleaf视图构建MVC Web应用程序的Starter - spring-boot-starter-validation
初学者,可将Java Bean验证与Hibernate Validator结合使用 - spring-boot-starter-web
使用Spring MVC构建Web(包括RESTful)应用程序的Starter程序。使用Tomcat作为默认的嵌入式容器 - spring-boot-starter-web-services
使用Spring Web Services的Starter - spring-boot-starter-webflux
使用Spring Framework的反应式Web支持构建WebFlux应用程序的Starter - spring-boot-starter-websocket
使用Spring Framework的WebSocket支持构建WebSocket应用程序的Starter - spring-boot-starter-actuator
使用Spring Boot的Actuator的Starter程序,该启动器提供了生产就绪功能,可帮助您监视和管理应用程序 - spring-boot-starter-jetty
使用Jetty作为嵌入式servlet容器的Starter的替代品spring-boot-starter-tomcat - spring-boot-starter-log4j2 使用Log4j2进行日志记录的启动器的替代品spring-boot-starter-logging
- spring-boot-starter-logging
使用Logback进行日志记录的启动器。默认记录启动器 - spring-boot-starter-reactor-netty
Starter用于将Reactor Netty用作嵌入式反应式HTTP服务器。 - spring-boot-starter-tomcat
Starter用于将Tomcat用作嵌入式servlet容器。默认使用的servlet容器启动器spring-boot-starter-web - spring-boot-starter-undertow
使用Undertow作为嵌入式servlet容器的Starter的替代品spring-boot-starter-tomcat