Spring boot usual starter

Spring boot starter. Spring boot is composed of a series of starters, these starters constitute a powerful and flexible development assistant. According to the project developer needs, and choose the appropriate combination of starters, you can quickly run the foundation needed to build a framework for the project.

Spring boot provided starter:
the Spring-the Boot-Starter core modules, including automatic configuration support, log database and support for YAML configuration file.
spring-boot-starter-amqp supports AMQP protocol (Advanced Message Queuing Protocol) by Spring-Rabbit
Spring-Boot-Starter-AOP supports aspect-oriented programming i.e. AOP, comprising a spring-aop and the AspectJ
Spring-Boot-Starter-ARTEMIS by Apache Artemis support the JMS API (the Java the Message Service API)
the Spring-the Boot-Starter-BATCH support Spring Batch, including HSQLDB database
spring-boot-starter-cache support Spring's Cache abstract
spring-boot-starter-cloud- connectors support Spring Cloud Connectors, simplifies connecting service on like cloud Foundry or Heroku such a cloud platform
spring-data-elasticsearch spring-boot -starter-data-elasticsearch support elasticSearch search and analysis engine, including
spring-boot-starter-data- gemfire support GemFire distributed data storage, comprising a spring-data-gemfire
spring-boot-starter-data- jpa support JPA (Java Persistence API), including the Spring-the Data-JPA, the Spring-ORM, Hibernate
the Spring-the Boot-Starter-the Data-Solr supports Apache Solr search platform, including spring-data-solr
spring-boot-starter-data- mongodb support MongoDB data, comprising Spring-data-MongoDB
Spring-Boot-Starter-data-REST by spring-data-rest-webmvc, support exposed Spring data data warehouse through the REST
Spring-Boot-Starter -redis support Redis key-value store databases including Redis-the Spring
the Spring-the Boot-Starter-the Data-jdbc support JDBC access to the database
spring-boot-starter-jta- atomikos by Atomikos support JTA distributed transaction
spring-boot-starter-jta -bitronix by Bitronix JTA distributed transaction support
spring-boot-starter-security Security-support Spring
Spring-Boot-support Starter-test routine tests rely, including JUnit, Hamcrest, Mockito and spring-test module
spring-boot-starter-velocity support for Velocity template engine
spring-boot-starter-freemarker support FreeMarker template engine
spring-boot-starter-thymeleaf support Thymeleaf template engine, including the Spring of integrated
spring-boot-starter-mustache support Mustache template engine
spring-boot-starter-web support full-stack Web development, including Tomcat and the Spring-webmvc
the Spring-the Boot-Starter-the WebSocket support WebSocket development of
spring-boot-starter-ws support the Spring Web Services
the Spring-the Boot-Starter-Groovy-Templates Groovy template engine supports
spring-boot-starter-hateoas supports HATEOAS of RESTful Web services-HATEOAS by the Spring
the Spring-hornetq through the Boot-Starter-HornetQ supports JMS
the Spring-the Boot-Starter-log4j logging framework log4J support
spring-boot-starter- logging introduces Spring Boot default logging framework Logback
spring-boot-starter-integration support for universal spring-integration module
spring-boot-starter-jersey Jersey RESTful Web services framework supports
spring-boot-starter-mail support javax.mail module
spring-boot-starter-mobile support spring-mobile
spring-boot-starter-social- facebook support the Spring-social-facebook
the Spring-the Boot-Starter-social-linkedin support for the Spring-social-linkedin
the Spring-the Boot-Starter-social-twitter support for the Spring-social-twitter
the Spring-the Boot-Starter -actuator increased for the product line related functions, such as measuring and monitoring
spring-boot-starter-remote- shell adds remote ssh shell support
spring-boot-starter-tomcat introduced Spring Boot default HTTP engine Tomcat
the Spring-the Boot -starter-jetty Jetty HTTP engine is introduced (replacement for Tomcat)
Spring-Boot-Starter-introduction of the undertow Undertow HTTP engine (for replacement Tomcat)

Guess you like

Origin blog.csdn.net/syilt/article/details/92426474