模块名 | 功能描述 |
---|---|
spring-boot-starter | Spring Boot核心模块,包括自动配置支持、日志、YAML |
spring-boot-starter-actuator | 监控模块,可以帮助我们监控和管理应用 |
spring-boot-starter-amqp | 通过spring-rabbit支持Advanced Message Queuing Protocol |
spring-boot-starter-aop | 对APO面向切面编程的支持,包括spring-aop和AspectJ |
spring-boot-starter-artemis | 通过Apache Artemis来支持Java Message Service API |
spring-boot-starter-batch | 对Spring Batch的支持,包含HSQLDB数据库 |
spring-boot-starter-cache | 对Spring Cache的抽象支持 |
spring-boot-starter-cloud-connectors | 对SPring Cloud Connectors的支持,可以通过他简单的连接到云平台的服务,比如Cloud Foundry和Heroku |
spring-boot-starter-data-elasticsearch | 对ElasticSearch搜索和分析引擎的支持,包括spring-data-elasticsearch |
spring-boot-starter-data-gemfire | 对GemFire分布式存储的支持,包括spring-data-gemfire |
spring-boot-starter-data-jpa | 对Java Persistence API的支持,包括spring-data-jpa、spring-orm和Hibernate |
spring-boot-starter-data-mongodb | 对MongoDB NoSQL数据库的支持,包括spring-data-mongodb |
spring-boot-starter-data-rest | 通过spring-data-rest-webmvc支持以REST形式暴露Spring Data的repositories |
spring-boot-starter-data-solr | 对Apache Solr搜索平台的支持,包括spring-data-solr |
spring-boot-starter-freemarker | 对FreeMarker模板引擎的支持 |
spring-boot-starter-groovy-templates | 对Groovy模板引擎的支持 |
spring-boot-starter-hateoas | 通过spring-hateoas支持基于HATEOAS的RESULTful服务 |
spring-boot-starter-hornetq | 通过HornetQ支持Java Message Service API |
spring-boot-starter-integration | 对spring-integration模块的支持 |
spring-boot-starter-jdbc | 对JDBC数据库连接的支持 |
spring-boot-starter-jersey | 支持Jersey的RESTful Web Services框架 |
spring-boot-starter-jta-atomikos | 通过Atomikos实现JTA分布式事务 |
spring-boot-starter-jta-bitronix | 通过Bitronix实现的JTA分布式事务 |
spring-boot-starter-mail | 对javax.mail的支持 |
spring-boot-starter-mobile | 对spring-mobile的支持 |
spring-boot-starter-mustache | 对Mustache模板引擎的支持 |
spring-boot-starter-redis | 对Redis数据库的支持,包含spring-redis |
spring-boot-starter-security | 对spring-security的支持 |
spring-boot-starter-social-facebook | 对spring-social-facebook的支持 |
spring-boot-starter-social-linkedin | 对spring-social-linkedin的支持 |
spring-boot-starter-social-twitter | 对spring-social-twitter的支持 |
spring-boot-starter-test | 支持常用的测试框架依赖模块,包括JUnit、Hamcrest和Mockito |
spring-boot-starter-thymeleaf | 对thymeleaf模块引擎的支持,包含与Spring的整合 |
spring-boot-starter-velocity | 对Velocity模板引擎的支持 |
spring-boot-starter-web | 对全栈Web开发的支持,包含Tomcat和spring-webmvc |
spring-boot-starter-websocket | 对WebSocket开发的支持 |
spring-boot-starter-ws | 对Spring Web Service的支持 |
Spring Boot 1.3.7版本的Starter POMs模板。
最新推荐文章于 2023-11-12 19:55:50 发布