官方starter pom

名称 描述
spring-boot-starter 核心starter,包含自动配置、日志、yaml配置文件等支持
spring-boot-starter-actuator 准生产特性,用来监控和管理应用
spring-boot-starter-remote-shell 提供基于ssh协议的监控和管理
spring-boot-starter-amqp 使用spring-rabbit来支持AMQP
spring-boot-starter-aop 使用spring-aop和AspectJ支持面向切面编程
spring-boot-starter-batch 对Spring Batch的支持
spring-boot-starter-cache 对Spring Cache的支持
spring-boot-starter-cloud-connectors 对云平台(Cloud Foundry、Heroku)提供的服务提供简化的连接方式
 spring-boot-starter-data-elasticserarch 通过spring-data-elasticsearch对Elasticsearch支持 
 spring-boot-starter-data-gemfire 通过spring-data-gemfire对分布式存储GemFire的支持 
 spring-boot-starter-data-jpa 对JPA的支持,包括spring-data-jpa、spring-orm、Hibernate 
 spring-boot-starter-data-mongodb 通过spring-data-mongdb对mongodb支持 
 spring-boot-starter-data-rest 通过spring-data-rest-webmvc将Spring Data Repository暴露为REST服务 
 spring-boot-starter-data-solr 通过spring-data-solr提供对Apache Solr数据检索平台的支持 
 spring-boot-starter-freemarker 对FreeMarker模版引擎的支持
 spring-boot-starter-groovy-templates 对Groovy模版引擎的支持
 spring-boot-starter-hateoas 通过spring-hateoas对基于HATEOAS的REST形式的网络服务的支持 
 spring-boot-starter-integration  对系统集成框架spring-integration的支持
   
   
   
   
   
   
   
   
   
   
   

猜你喜欢

转载自happytech.iteye.com/blog/2308788
pom