zoukankan      html  css  js  c++  java
  • SpringBootStarter种类

    NameDescription

    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容器
  • 相关阅读:
    HTML5之Canvas影片广场
    iOS英语—》中国本土化,如调用专辑,摄像头的变化“cancel”,“photos”至“撤消”,“摄像头”
    约瑟夫问题解决
    2014在百度之星资格赛的第二个问题Disk Schedule
    2015第30周二
    2015第30周一
    2015第29周日
    2015第29周六Spring
    2015第29周五AOP
    2015第29周四
  • 原文地址:https://www.cnblogs.com/LOVE0612/p/9888467.html
Copyright © 2011-2022 走看看