본문 바로가기

WebDev/Backend

Spring Boot Package

Spring Boot Package

spring boot에서 제공하는 Gradle Package 목록



Table 13.1. Spring Boot application starters

NameDescription

spring-boot-starter

The core Spring Boot starter, including auto-configuration support, logging and YAML.

spring-boot-starter-actuator

Production ready features to help you monitor and manage your application.

spring-boot-starter-amqp

Support for the “Advanced Message Queuing Protocol” viaspring-rabbit.

spring-boot-starter-aop

Support for aspect-oriented programming including spring-aopand AspectJ.

spring-boot-starter-batch

Support for “Spring Batch” including HSQLDB database.

spring-boot-starter-cloud-connectors

Support for “Spring Cloud Connectors” which simplifies connecting to services in cloud platforms like Cloud Foundry and Heroku.

spring-boot-starter-data-elasticsearch

Support for the Elasticsearch search and analytics engine includingspring-data-elasticsearch.

spring-boot-starter-data-gemfire

Support for the GemFire distributed data store includingspring-data-gemfire.

spring-boot-starter-data-jpa

Support for the “Java Persistence API” includingspring-data-jpaspring-orm and Hibernate.

spring-boot-starter-data-mongodb

Support for the MongoDB NoSQL Database, includingspring-data-mongodb.

spring-boot-starter-data-rest

Support for exposing Spring Data repositories over REST viaspring-data-rest-webmvc.

spring-boot-starter-data-solr

Support for the Apache Solr search platform, includingspring-data-solr.

spring-boot-starter-freemarker

Support for the FreeMarker templating engine.

spring-boot-starter-groovy-templates

Support for the Groovy templating engine.

spring-boot-starter-hateoas

Support for HATEOAS-based RESTful services viaspring-hateoas.

spring-boot-starter-hornetq

Support for “Java Message Service API” via HornetQ.

spring-boot-starter-integration

Support for common spring-integration modules.

spring-boot-starter-jdbc

Support for JDBC databases.

spring-boot-starter-jersey

Support for the Jersey RESTful Web Services framework.

spring-boot-starter-jta-atomikos

Support for JTA distributed transactions via Atomikos.

spring-boot-starter-jta-bitronix

Support for JTA distributed transactions via Bitronix.

spring-boot-starter-mail

Support for javax.mail.

spring-boot-starter-mobile

Support for spring-mobile.

spring-boot-starter-mustache

Support for the Mustache templating engine.

spring-boot-starter-redis

Support for the REDIS key-value data store, includingspring-redis.

spring-boot-starter-security

Support for spring-security.

spring-boot-starter-social-facebook

Support for spring-social-facebook.

spring-boot-starter-social-linkedin

Support for spring-social-linkedin.

spring-boot-starter-social-twitter

Support for spring-social-twitter.

spring-boot-starter-test

Support for common test dependencies, including JUnit, Hamcrest and Mockito along with the spring-test module.

spring-boot-starter-thymeleaf

Support for the Thymeleaf templating engine, including integration with Spring.

spring-boot-starter-velocity

Support for the Velocity templating engine.

spring-boot-starter-web

Support for full-stack web development, including Tomcat andspring-webmvc.

spring-boot-starter-websocket

Support for WebSocket development.

spring-boot-starter-ws

Support for Spring Web Services.



'WebDev > Backend' 카테고리의 다른 글

boto dynamodb2 사용하기  (0) 2015.11.18
Spring boot properties  (0) 2015.11.05
Spring boot session cluster  (0) 2015.11.04
Spring boot application.properties  (0) 2015.11.03
EC2 Ubuntu 14.04LTS에 Tomcat7 설치  (0) 2015.10.29