springboot起步依赖对应的传递依赖

spring-boot-starter 起步依赖:
org.springframework.boot:spring-boot
org.springframework.boot:spring-boot-autoconfigure
org.springframework.boot:spring-boot-starter-logging
org.springframework:spring-core
(excludes commons-logging:commons-logging)
org.yaml:snakeyaml
spring-boot-starter-actuator起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-actuato
spring-boot-starter-amqp起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework:spring-messaging
org.springframework.amqp:spring-rabbit
spring-boot-starter-aop起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework:spring-aop
org.aspectj:aspectjrt
org.aspectj:aspectjweaver
spring-boot-starter-artemis起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework:spring-jms
org.apache.activemq:artemis-jms-client
spring-boot-starter-batch起步依赖:

org.springframework.boot:spring-boot-starter
org.hsqldb:hsqldb
org.springframework:spring-jdbc
org.springframework.batch:spring-batch-core
spring-boot-starter-cache起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework:spring-context
org.springframework:spring-context-support
spring-boot-starter-cloud-connectors
org.springframework.boot:spring-boot-starter
org.springframework.cloud:spring-cloud-spring-service-connector
org.springframework.cloud:spring-cloud-cloudf-oundry-connector
org.springframework.cloud:spring-cloud-heroku-connector
org.springframework.cloud:spring-cloud-local-config-connector
spring-boot-starter-data-elasticsearch起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.data:spring-data-elasticsearch
spring-boot-starter-data-gemfire起步依赖:

org.springframework.boot:spring-boot-starter
com.gemstone.gemfire:gemfire
(excludes commons-logging:commons-logging)
org.springframework.data:spring-data-gemfire
spring-boot-starter-data-jpa起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-aop
org.springframework.boot:spring-boot-starter-jdbc
org.hibernate:hibernate-entitymanager(excludes org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec)
javax.transaction:javax.transaction-api
org.springframework.data:spring-data-jpa
org.springframework:spring-aspects
spring-boot-starter-data-mongodb起步依赖:

org.springframework.boot:spring-boot-starter
org.mongodb:mongo-java-driver
org.springframework.data:spring-data-mongod
spring-boot-starter-data-rest起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-web
com.fasterxml.jackson.core:jackson-annotations
com.fasterxml.jackson.core:jackson-databind
org.springframework.data:spring-data-rest-webmvc
spring-boot-starter-data-solr起步依赖:

org.springframework.boot:spring-boot-starter
org.apache.solr:solr-solrj (excludes log4j:log4j)

org.springframework.data:spring-data-solr
org.apache.httpcomponents:httpmime
spring-boot-starter-freemarker起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-web
org.freemarker:freemarker
org.springframework:spring-context-support
spring-boot-starter-groovy-templates起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-web
org.codehaus.groovy:groovy-templates
spring-boot-starter-hateoas起步依赖:

org.springframework.boot:spring-boot-starter-web
org.springframework.hateoas:spring-hateoas
org.springframework.plugin:spring-plugin-core
spring-boot-starter-hornetq起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework:spring-jms
org.hornetq:hornetq-jms-client
spring-boot-starter-integration起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-aop
org.springframework.integration:spring-integration-core
org.springframework.integration:spring-integration-file
org.springframework.integration:spring-integration-http
org.springframework.integration:spring-integration-ip
org.springframework.integration:spring-integration-stream
spring-boot-starter-jdbc起步依赖:

org.springframework.boot:spring-boot-starter
org.apache.tomcat:tomcat-jdbc
org.springframework:spring-jdbc
spring-boot-starter-jersey起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-tomcat
org.springframework.boot:spring-boot-starter-validation
com.fasterxml.jackson.core:jackson-databind
org.springframework:spring-web
org.glassfish.jersey.core:jersey-server
org.glassfish.jersey.containers:jersey-container-servlet-core
org.glassfish.jersey.containers:jersey-container-servlet
org.glassfish.jersey.ext:jersey-bean-validation(excludes javax.el:javax.el-api, org.glassfish.web:javax.el)
org.glassfish.jersey.ext:jersey-spring3
org.glassfish.jersey.media:jersey-media-json-jackson
spring-boot-starter-jetty起步依赖:

org.eclipse.jetty:jetty-servlets
org.eclipse.jetty:jetty-webapp
org.eclipse.jetty.websocket:websocket-server
org.eclipse.jetty.websocket:javax-websocket-server-impl
spring-boot-starter-jooq起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-jdbc
org.springframework:spring-tx
org.jooq:jooq
spring-boot-starter-jta-atomikos起步依赖:

org.springframework.boot:spring-boot-starter
com.atomikos:transactions-jms
com.atomikos:transactions-jta(excludes org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec)
com.atomikos:transactions-jdbc
javax.transaction:javax.transaction-api
spring-boot-starter-jta-bitronix起步依赖:

org.springframework.boot:spring-boot-starter
javax.jms:jms-api
javax.transaction:javax.transaction-api
org.codehaus.btm:btm (excludes javax.transaction:jta)
spring-boot-starter-log4j起步依赖:

org.slf4j:jcl-over-slf4j
org.slf4j:jul-to-slf4j
org.slf4j:slf4j-log4j12
log4j:log4j
spring-boot-starter-log4j2起步依赖:

org.apache.logging.log4j:log4j-slf4j-impl
org.apache.logging.log4j:log4j-api
org.apache.logging.log4j:log4j-core
org.slf4j:jcl-over-slf4j
org.slf4j:jul-to-slf4j
spring-boot-starter-logging起步依赖:

ch.qos.logback:logback-classic
org.slf4j:jcl-over-slf4j
org.slf4j:jul-to-slf4j
org.slf4j:log4j-over-slf4j
spring-boot-starter-mail起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework:spring-context
org.springframework:spring-context-support
com.sun.mail:javax.mail
spring-boot-starter-mobile起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-web
org.springframework.mobile:spring-mobile-device
spring-boot-starter-mustache起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-web
com.samskivert:jmustache
spring-boot-starter-redis起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.data:spring-data-redis
redis.clients:jedis
spring-boot-starter-remote-shell起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-actuator
org.crashub:crash.cli
org.crashub:crash.connectors.ssh(excludes
org.codehaus.groovy:groovy-all)
org.crashub:crash.connectors.telnet (excludes javax.servlet:servlet-api,log4j:log4j,commons-logging: commons logging)
org.crashub:crash.embed.spring(excludes org.spring-
framework:spring-web,org.codehaus.groovy:groovy-all)
org.crashub:crash.plugins.cron (excludes org.codehaus.groovy:groovy-all)
org.crashub:crash.plugins.mail (excludes org.codehaus.groovy:groovy-all)
org.crashub:crash.shell(excludes org.codehaus.groovy: groovy-all)
org.codehaus.groovy:groovy
spring-boot-starter-security起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework:spring-aop
org.springframework.security:spring-security-config
org.springframework.security:spring-security-web
spring-boot-starter-social-facebook起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-web
org.springframework.social:spring-social-config
org.springframework.social:spring-social-core
org.springframework.social:spring-social-web
org.springframework.social:spring-social-facebook
spring-boot-starter-social-linkedin起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-web
org.springframework.social:spring-social-config
org.springframework.social:spring-social-core
org.springframework.social:spring-social-web
org.springframework.social:spring-social-linkedin
spring-boot-starter-social-twitter起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-web
org.springframework.social:spring-social-config
org.springframework.social:spring-social-core
org.springframework.social:spring-social-web
org.springframework.social:spring-social-twitter
spring-boot-starter-tes起步依赖:

junit:junit
org.mockito:mockito-core
org.hamcrest:hamcrest-core
org.hamcrest:hamcrest-library
org.springframework:spring-core(excludes commons-logging:commons-logging)
org.springframework:spring-test
spring-boot-starter-thymeleaf起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-web
org.thymeleaf:thymeleaf-spring4
nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect
spring-boot-starter-tomcat起步依赖:

org.apache.tomcat.embed:tomcat-embed-core
org.apache.tomcat.embed:tomcat-embed-el
org.apache.tomcat.embed:tomcat-embed-logging-juli
org.apache.tomcat.embed:tomcat-embed-websocket
spring-boot-starter-undertow起步依赖:

io.undertow:undertow-core
io.undertow:undertow-servlet(excludes org.jboss.spec.javax.servlet:jboss-servlet-api_3.1_spec)
io.undertow:undertow-websockets-jsr
javax.servlet:javax.servlet-api
org.glassfish:javax.el
spring-boot-starter-validation起步依赖:

org.springframework.boot:spring-boot-starter
org.apache.tomcat.embed:tomcat-embed-el
org.hibernate:hibernate-validator
spring-boot-starter-velocity起步依赖:
org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-web
commons-beanutils:commons-beanutils
commons-collections:commons-collections
commons-digester:commons-digester
org.apache.velocity:velocity
org.apache.velocity:velocity-tools
org.springframework:spring-context-support
spring-boot-starter-web起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-tomcat
org.springframework.boot:spring-boot-starter-validation
com.fasterxml.jackson.core:jackson-databind
org.springframework:spring-web
org.springframework:spring-webmvc
spring-boot-starter-websocket起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-web
org.springframework:spring-messaging
org.springframework:spring-websocke
spring-boot-starter-ws起步依赖:

org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-web
org.springframework:spring-jms
org.springframework:spring-oxm
org.springframework.ws:spring-ws-core
org.springframework.ws:spring-ws-support

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值