Spring-boot-starter |
Core POM, which includes automatic configuration support, a log library, and support for YAML configuration files. |
Spring-boot-starter-amqp |
Support AMQP via Spring-rabbit. |
Spring-boot-starter-aop |
Includes SPRING-AOP and AspectJ to support facet-oriented programming (AOP). |
Spring-boot-starter-batch |
Supports Spring Batch, including HSQLDB. |
Spring-boot-starter-data-jpa |
Includes SPRING-DATA-JPA, Spring-orm, and Hibernate to support JPA. |
Spring-boot-starter-data-mongodb |
Contains spring-data-mongodb to support MongoDB. |
Spring-boot-starter-data-rest |
The Spring Data Warehouse is exposed in restful mode through SPRING-DATA-REST-WEBMVC support. |
Spring-boot-starter-jdbc |
Supports access to the database using JDBC. |
Spring-boot-starter-security |
Contains spring-security. |
Spring-boot-starter-test |
Contains the dependencies required for commonly used tests, such as JUnit, Hamcrest, Mockito, and Spring-test. |
Spring-boot-starter-velocity |
Using Velocity as the template engine is supported. |
Spring-boot-starter-web |
Supports WEB application development, including Tomcat and SPRING-MVC. |
Spring-boot-starter-websocket |
Support for developing WebSocket apps with Tomcat. |
Spring-boot-starter-ws |
Supports Spring Web Services. |
Spring-boot-starter-actuator |
Add features for your production environment, such as performance metrics and monitoring. |
Spring-boot-starter-remote-shell |
Add remote SSH Support. |
Spring-boot-starter-jetty |
Use Jetty instead of the default Tomcat as the application server. |
spring-boot-starter-log4j |
Added support for log4j. |
Spring-boot-starter-logging |
Use the Spring Boot default log frame Logback. |
Spring-boot-starter-tomcat |
Use Spring Boot default Tomcat as the application server. |