名稱 |
做用 |
spring-boot-starter-web |
Web開發支持,默認使用Toomcat8 |
spring-boot-starter-aop |
AOP開發支持,使用AspectJ |
spring-boot-starter-jdbc |
Spring JDBC |
spring-boot-starter-data-jpa |
JPA方式訪問數據庫,使用Hibernate做爲JPA實現 |
spring-boot-starter-data-elasticsearch |
集成Elasticsearch,默認訪問我localhost:9200 |
spring-boot-starter-data-redis |
集成Redis,使用JRedis,默認鏈接localhost:6379 |
spring-boot-starter-cache |
緩存,支持多種緩存方式,如本地的、Redis、Ehcache等 |
spring-boot-devtools |
應用程序快速重啓的工具,提高開發體驗 |
spring-boot-starter-data-mongodb |
集成MongoDB,默認訪問mongodb://localhost/test |
spring-boot-starter-neo4j |
集成neo4j,默認訪問localhost:7474 |
spring-boot-starter-gemfire |
集成分佈式緩存 |
spring-boot-starter-solr |
基於Apache lucene的搜索平臺,默認訪問http://localhost:8983/solr |
spring-boot-starter-cassandra |
集成Cassandra,默認訪問localhost:7474 |
spring-boot-starter-ldap |
集成ldap |
spring-boot-starter-activemq |
消息集成ActiveMQ支持 |
spring-boot-starter-amqp |
消息集成AMQP協議支持,如只是RabbitMQ |
spring-boot-starter-jta-atomikos |
分佈式事物支持,使用atomikos |
spring-boot-starter-bitronix |
一個開源的分佈式事物支持 |
spring-boot-starter-test |
包含JUnit、Spring Test、Hamcrest、Mockito等測試工具 |
spring-boot-starter-webservices |
webservice支持 |
spring-boot-starter-websocket |
websocket支持 |
spring-boot-starter-jersey |
REST應用和Jersey支持 |