Name Description

spring-boot-starter

核心starter, 包括auto-configuration支持, logging和YAML 支持

spring-boot-starter-activemq

基于Apache ActiveMQ的JSM消息系统

spring-boot-starter-amqp

基于Rabbit MQ的AMQP消息系统

spring-boot-starter-aop

使用Spring AOP 和 AspectJ

spring-boot-starter-artemis

基于Artemis的JSM消息系统

spring-boot-starter-batch

使用Spring Batch

spring-boot-starter-cache

使用Spring caching缓存

spring-boot-starter-cloud-connectors

云计算,例如Cloud Foundry、Heroku

spring-boot-starter-data-cassandra

使用Cassandra数据库

spring-boot-starter-data-cassandra-reactive

使用Cassandra数据库

spring-boot-starter-data-couchbase

使用Couchbase数据库

spring-boot-starter-data-couchbase-reactive

使用Couchbase数据库

spring-boot-starter-data-elasticsearch

使用Elasticsearch

spring-boot-starter-data-jdbc

使用JDBC

spring-boot-starter-data-jpa

使用Hibernate

spring-boot-starter-data-ldap

使用LDAP

spring-boot-starter-data-mongodb

使用MongoDB

spring-boot-starter-data-mongodb-reactive

使用MongoDB

spring-boot-starter-data-neo4j

使用Neo4j

spring-boot-starter-data-redis

使用Redis

spring-boot-starter-data-redis-reactive

使用Redis

spring-boot-starter-data-rest

Starter for exposing Spring Data repositories over REST using Spring Data REST

spring-boot-starter-data-solr

Starter for using the Apache Solr search platform with Spring Data Solr

spring-boot-starter-freemarker

Starter for building MVC web applications using FreeMarker views

spring-boot-starter-groovy-templates

Starter for building MVC web applications using Groovy Templates views

spring-boot-starter-hateoas

Starter for building hypermedia-based RESTful web application with Spring MVC and Spring HATEOAS

spring-boot-starter-integration

Starter for using Spring Integration

spring-boot-starter-jdbc

使用jdbc,包含JdbcTemplate系列工具

spring-boot-starter-jersey

Starter for building RESTful web applications using JAX-RS and Jersey. An alternative to spring-boot-starter-web

spring-boot-starter-jooq

Starter for using jOOQ to access SQL databases. An alternative to spring-boot-starter-data-jpa or spring-boot-starter-jdbc

spring-boot-starter-json

使用json

spring-boot-starter-jta-atomikos

Starter for JTA transactions using Atomikos

spring-boot-starter-jta-bitronix

Starter for JTA transactions using Bitronix

spring-boot-starter-mail

邮件功能

spring-boot-starter-mustache

Starter for building web applications using Mustache views

spring-boot-starter-oauth2-client

使用OAuth2客户端

spring-boot-starter-oauth2-resource-server

创建OAuth2服务器

spring-boot-starter-quartz

使用Quartz定时任务

spring-boot-starter-security

使用spring安全框架

spring-boot-starter-test

使用springBoot单元测试

spring-boot-starter-thymeleaf

使用Thymeleaf

spring-boot-starter-validation

使用Hibernate Validator

spring-boot-starter-web

使用springWeb框架,包括RESTful,Spring MVC.默认使用Tomcat容器

spring-boot-starter-web-services

使用Web Services

spring-boot-starter-webflux

Starter for building WebFlux applications using Spring Framework’s Reactive Web support

spring-boot-starter-websocket

使用websocket

spring-boot-starter-actuator

提供针对SpringBoot应用程序的监控和管理

spring-boot-starter-jetty

使用jetty容器

spring-boot-starter-log4j2

使用log4j

spring-boot-starter-logging

使用logback

spring-boot-starter-reactor-netty

 

spring-boot-starter-tomcat

使用tomcat容器

spring-boot-starter-undertow

使用undertow容器

SpringBootStarter种类的更多相关文章

  1. Transaction事务传播行为种类PROPAGATION_REQUIRED

    事务传播行为种类 Spring在TransactionDefinition接口中规定了7种类型的事务传播行为,它们规定了事务方法和事务方法发生嵌套调用时事务如何进行传播: 表1事务传播行为类型 事务传 ...

  2. Atitit.数据索引 的种类以及原理实现机制 索引常用的存储结构

    Atitit.数据索引 的种类以及原理实现机制 索引常用的存储结构 1. 索引的分类1 1.1. 按照存储结构划分btree,hash,bitmap,fulltext1 1.2. 索引的类型  按查找 ...

  3. NOI2001|POJ1182食物链[种类并查集 向量]

    食物链 Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 65430   Accepted: 19283 Description ...

  4. NOIP2010关押罪犯[并查集|二分答案+二分图染色 | 种类并查集]

    题目描述 S 城现有两座监狱,一共关押着N 名罪犯,编号分别为1~N.他们之间的关系自然也极不和谐.很多罪犯之间甚至积怨已久,如果客观条件具备则随时可能爆发冲突.我们用“怨气值”(一个正整数值)来表示 ...

  5. POJ1703Find them, Catch them[种类并查集]

    Find them, Catch them Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 42416   Accepted: ...

  6. 初级文法课程-第1课:名词的种类/名词的数/名词的所有格/冠词;be 动词、一般动词的现在式

    January 31, 2016 Unit 1 名词和冠词 名词:n (noun)  作用:当主词.补语.受词 1.名词的种类 [单数和复数--I like dogs]   普通名词:book,pen ...

  7. Atitit.软件中见算法 程序设计五大种类算法

    Atitit.软件中见算法 程序设计五大种类算法 1. 算法的定义1 2. 算法的复杂度1 2.1. Algo cate2 3. 分治法2 4. 动态规划法2 5. 贪心算法3 6. 回溯法3 7. ...

  8. java基础—继承题目:编写一个Animal类,具有属性:种类;具有功能:吃、睡。定义其子类Fish

    编写一个Animal类,具有属性:种类:具有功能:吃.睡.定义其子类Fish package zhongqiuzuoye; public class Animal { //属性 private Str ...

  9. Oracle索引梳理系列(二)- Oracle索引种类及B树索引

    版权声明:本文发布于http://www.cnblogs.com/yumiko/,版权由Yumiko_sunny所有,欢迎转载.转载时,请在文章明显位置注明原文链接.若在未经作者同意的情况下,将本文内 ...

随机推荐

  1. springCloud 之 Eureka服务治理机制及代码运行

    服务提供者 服务注册: 服务提供者在启动的时候通过发送Rest请求的方式将自己注册到Eureka Server上,同时带上了自身服务的一些元数据信息.Eureka Server在收到这个请求后,将元数 ...

  2. other#apache-commons

    if you want to be a better javaer, you should  spent time on apache commons.

  3. Java自学-集合框架 hashCode原理

    Java hashCode原理 步骤 1 : List查找的低效率 假设在List中存放着无重复名称,没有顺序的2000000个Hero 要把名字叫做"hero 1000000"的 ...

  4. DevOps - 优势

    章节 DevOps – 为什么 DevOps – 与传统方式区别 DevOps – 优势 DevOps – 不适用 DevOps – 生命周期 DevOps – 与敏捷方法区别 DevOps – 实施 ...

  5. --转载 详细介绍java中的数据结构

    http://developer.51cto.com/art/201107/273003.htm 也许你已经熟练使用了java.util包里面的各种数据结构,但是我还是要说一说java版数据结构与算法 ...

  6. POJ 3916:Duplicate Removal 将相近的重复元素删除

    Duplicate Removal Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 1745   Accepted: 1213 ...

  7. golang 读取 chrome保存的网站账号信息

    package main import ( "database/sql" "fmt" "log" "os" " ...

  8. 关于spring-mvc.xml的静态资源的配置

    转 配置如下: <!-- 配置静态资源 --><mvc:resources location="/static/" mapping="/static/* ...

  9. [洛谷Luogu]P1803 线段覆盖问题

    贪心想法题解的各位dalaodalaodalao都讲得很清楚了,在下就提供一种桶排的做法吧. 因为给出数据范围 0≤ai<bi≤10000000≤ai<bi≤10000000≤ai< ...

  10. 110-PHP类成员属性赋值

    <?php class mao{ //定义猫类 public $age=0; //定义多个属性并初始化 public $weight=50; public $color='white'; } $ ...