# spring-boot-learning **Repository Path**: rexfang/spring-boot-learning ## Basic Information - **Project Name**: spring-boot-learning - **Description**: SpringBoot学习 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Spring Boot Starter POM 依赖库 - spring-boot-starter: Spring Boot核心Starter,包含自动配置、日志、yaml配置文件的支持 - spring-boot-starter-amqb: 使用spring-rabbit来支持AMQP - spring-boot-starter-web: 支持全栈web开发,里面包括了Tomcat和Spring-webmvc。 - spring-boot-starter-data-jpa: 对JPA的支持,包含spring-data-jpa、spring-orm和Hibernate - spring-boot-starter-thymeleaf: 对Thymeleaf模版引擎的支持,包含于Spring整合的配置 - spring-boot-starter-ws: 提供对Spring Web Services的支持 - spring-boot-starter-cloud-connectors: 对云平台(Cloud Foundry、Heroku)提供的服务简化连接方式 - spring-boot-starter-test: 提供对常用测试框架的支持,包括JUnit,Hamcrest以及Mockito等。 - spring-boot-starter-actuator: 支持产品环境下的一些功能,比如管理应用、指标度量及监控等。 - spring-boot-starter-jetty: 支持jetty容器。 - spring-boot-starter-log4j: 引入默认的log框架(logback)