Spring Boot Application Launcher summary

spring Boot Application Launcher basic total is much less

1. Universal Launcher

1) spring-boot-starter: This is the core Spring Boot initiator, comprising the automatic configuration, logs and YAML.
2) spring-boot-starter- actuator: help monitor and manage applications.
3) spring-boot-starter- amqp: to support the AMQP protocol (Advanced Message Queuing Protocol) via spring-rabbit.
4) spring-boot-starter- aop: i.e. oriented programming support AOP, comprising a spring-aop and AspectJ.
5) spring-boot-starter- artemis: supporting JMS API (Java Message Service API) by Apache Artemis.
6) spring-boot-starter- batch: Support Spring Batch, including HSQLDB database.
7) spring-boot-starter- cache: Cache support Spring's abstraction.
8) spring-boot-starter- cloud-connectors: Support Spring Cloud Connectors, simplifies connecting on Cloud Foundry as such or Heroku cloud platform services.
9) spring-boot-starter- data-elasticsearch: support ElasticSearch search and analysis engine, including spring-data-elasticsearch.
10) spring-boot-starter- data-gemfire: GemFire supports distributed data storage, comprising a spring-data-gemfire.
11) spring-boot-starter- data-jpa: support for JPA (Java Persistence API), including spring-data-jpa, spring- orm, hibernate.
12) spring-boot-starter- data-MongoDB: MongoDB supports data, including spring-data-mongodb.
13) spring-boot-starter- data-rest: by spring-data-rest-webmvc, supported by data warehouse exposed Spring Data REST.
14) spring-boot-starter- data-solr: support for Apache Solr search platform, including spring-data-solr.
15) spring-boot-starter- freemarker: support FreeMarker template engine.
16) spring-boot-starter- groovy-templates: support for Groovy template engine.
17) spring-boot-starter- hateoas: by spring-hateoas supports HATEOAS of RESTful Web services.
18) spring-boot-starter- hornetq: by HornetQ support JMS.
19) spring-boot-starter- integration: supports common spring-integration modules.
20) spring-boot-starter- jdbc: supports JDBC database.
21) spring-boot-starter- jersey: Jersey RESTful Web services framework support.
22) spring-boot-starter- jta-atomikos: Atomikos supported by JTA distributed transaction processing.
23) spring-boot-starter- jta-bitronix: by Bitronix support JTA distributed transaction processing.
24) spring-boot-starter- mail: support javax.mail module.
25) spring-boot-starter- mobile: support spring-mobile.
26) spring-boot-starter- mustache: Support Mustache template engine.
27) spring-boot-starter- Redis: Redis key-value store database support, including spring-redis.
28) spring-boot-starter- security: supports spring-security.
29) spring-boot-starter- social-facebook: support for the Spring-social-facebook
30) the Spring-the Boot-Starter-social-linkedin: Support pring-social-linkedin
31) the Spring-the Boot-Starter-social-twitter: Support pring -social-twitter
32) spring-boot-starter- test: support a conventional test dependent, including JUnit, Hamcrest, Mockito and spring-test module.
33) spring-boot-starter- thymeleaf: Support Thymeleaf template engine, including integration with Spring.
34) spring-boot-starter- velocity: Velocity template engine support.
35) spring-boot-starter- web: S supports full-stack Web development, including Tomcat and spring-webmvc.
36) spring-boot-starter- websocket: support WebSocket development.
37) spring-boot-starter- ws: support for Spring Web Services.

2. The starter for the production environment

Spring Boot application launcher for a production environment there are two kinds, as follows:
. 1) Spring-Boot-Starter-Actuator: a line for increasing the related functions, such as measurement and monitoring.
2) spring-boot-starter- remote-shell: Added support of remote ssh shell.

3. The replacement technique initiator

1) spring-boot-starter- jetty: Jetty HTTP engine is introduced (replacement for Tomcat).
2) spring-boot-starter- log4j: Support Log4J logging framework.
3) spring-boot-starter- logging: Spring Boot introduced default logging framework Logback.
4) spring-boot-starter- tomcat: the introduction of the Spring Boot default HTTP engine Tomcat.
5) spring-boot-starter- undertow: Undertow HTTP engine is introduced (replacement for Tomcat).

Published 205 original articles · won praise 9 · views 7923

Guess you like

Origin blog.csdn.net/weixin_43318134/article/details/104282983