SpringBoot的各种start
新建⼀个springBoot项⽬时,你会选择很多依赖,在项⽬中的adle中你会看见各种start,例如下边的代码:
今天就在这⾥列举⼀下各种start:
1、spring-boot-starter
Spring Boot核⼼starter,包含⾃动配置、⽇志、yal配置⽂件⽀持
2、spring-boot-starter-actuator
准⽣产特性、⽤于监控和管理应⽤
3、spring-boot-starter-remote-shell
提供基于ssh协议的监控和管理
4、spring-boot-starter-amqp
使⽤spring-rabbitlai zhichi AMQP
5、spring-boot-starter-aop
使⽤spring-aop和AspectJ⽀持⾯向切⾯编程
6、spring-boot-starter-batch
对Spring Batch的⽀持
7、spring-boot-starter-cache
对Spring Cache的抽象⽀持
8、spring-boot-starter-cloud-connectors
对云平台(Cloud Foundry、Heroku)提供的服务提供简化的连接⽅式
9、spring-boot-starter-data-elasticsearch
通过spring-data-elasticsearch对Elasticsearch⽀持
10、spring-boot-starter-data-gemfire
通过spring-data-gemfire对分布式存储GemFire的⽀持
11、spring-boot-starter-data-jpa
对JPA的⽀持,包含spring-data-jpa、spring-orm和hibernate
12、spring-boot-starter-mongodb
通过spring-data-mongodb,对mongodb的⽀持
13、spring-boot-starter-rest
通过spring-data-rest-webmvc将Spring Data repository暴露为REST形式服务
14、spring-boot-starter-solr
通过spring-data-solr对Apache Solr数据检索的⽀持
15、spring-boot-starter-freemarker
对Freemarker模板引擎的⽀持
16、spring-boot-starter-groovy-templates
通过spring-hateoas对基于HATEOAS的REST形式⽹络服务⽀持
17、spring-boot-starter-hornetq
通过HornetQ对JMS的⽀持
18、spring-boot-starter-integration
对系统集成框架spring-integration⽀持
19、spring-boot-starter-jdbc
对JDBC数据库的⽀持
20、spring-boot-starter-jersey
对Jersery REST形式⽹络服务⽀持
21、spring-boot-starter-jta-atomikos
通过Atomikos对分布式事务的⽀持
22、spring-boot-starter-mail
对javax.mail的⽀持
23、spring-boot-starter-mobile
对spring-mobile的⽀持
24、spring-boot-starter-mustache
对Mustache模板引擎的⽀持
springboot aop25、spring-boot-starter-redis
对Redis的⽀持,包含spring-redis
26、spring-boot-starter-security
对spring-security的⽀持
27、spring-boot-starter-social-facebook
对Facebook⽀持
28、spring-boot-starter-social-linkedin
对linkedin⽀持
29、spring-boot-starter-social-twitter
对Twitter⽀持
30、spring-boot-starter-test
对常⽤测试框架JUnit、Hamcrest和Mockito的⽀持,包含spring-test模块31、spring-boot-starter-thymeleaf
对Thymeleaf模板引擎的⽀持,包含于Spring整合的配置
32、spring-boot-starter-velocity
对Velocity模板引擎的⽀持
33、spring-boot-starter-web
对Web项⽬开发⽀持,包含Tomcat和Spring MVC
34、spring-boot-starter-Tomcat
Spring Boot默认Servlet容器
35、spring-boot-starter-Jetty
使⽤Jetty作为Servlet容器
36、spring-boot-starter-undertow
使⽤Undertow作为Servlet容器
37、spring-boot-starter-logging
Spring Boot默认⽇志框架logback
38、spring-boot-starter-log4j
⽀持使⽤Log4J⽇志框架
39、spring-boot-starter-websocket
对websocket的⽀持
40、spring-boot-starter-ws
对Spring Web Service⽀持
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论