Spring Boot的每个模块包详解
Spring Boot的每个模块包详解,具体如下:
1、spring-boot-starter
这是Spring Boot的核心启动器,包含了自动配置、日志和YAML。
2、spring-boot-starter-actuator
帮助监控和管理应用。
3、spring-boot-starter-amqp
通过spring-rabbit来支持AMQP协议(Advanced Message Queuing Protocol)。
4、spring-boot-starter-aop
支持面向方面的编程即AOP,包括spring-aop和AspectJ。
5、spring-boot-starter-artemis
通过Apache Artemis支持JMS的API(Java Message Service API)。
6、spring-boot-starter-batch
支持Spring Batch,包括HSQLDB数据库。
7、spring-boot-starter-cache
支持Spring的Cache抽象。
8、spring-boot-starter-cloud-connectors
支持Spring Cloud Connectors,简化了在像Cloud Foundry或Heroku这样的云平台上连接服务。
9、spring-boot-starter-data-elasticsearch
支持ElasticSearch搜索和分析引擎,包括spring-data-elasticsearch。
10、spring-boot-starter-data-gemfire
支持GemFire分布式数据存储,包括spring-data-gemfire。
11、spring-boot-starter-data-jpa
支持JPA(Java Persistence API),包括spring-data-jpa、spring-orm、Hibernate。
12、spring-boot-starter-data-mongodb
支持MongoDB数据,包括spring-data-mongodb。
13、spring-boot-starter-data-rest
通过spring-data-rest-webmvc,支持通过REST暴露Spring Data数据仓库。
14、spring-boot-starter-data-solr
支持Apache Solr搜索平台,包括spring-data-solr。
15、spring-boot-starter-freemarker
支持FreeMarker模板引擎。
16、spring-boot-starter-groovy-templates
支持Groovy模板引擎。
17、spring-boot-starter-hateoas
通过spring-hateoas支持基于HATEOAS的RESTful Web服务。
18、spring-boot-starter-hornetq
通过HornetQ支持JMS。
19、spring-boot-starter-integration
支持通用的spring-integration模块。
20、spring-boot-starter-jdbc
支持JDBC数据库。
21、spring-boot-starter-jersey
支持Jersey RESTful Web服务框架。
22、spring-boot-starter-jta-atomikos
通过Atomikos支持JTA分布式事务处理。
23、spring-boot-starter-jta-bitronix
通过Bitronix支持JTA分布式事务处理。
24、spring-boot-starter-mail
支持javax.mail模块。
25、spring-boot-starter-mobile
支持spring-mobile。
26、spring-boot-starter-mustache
支持Mustache模板引擎。
27、spring-boot-starter-redis
支持Redis键值存储数据库,包括spring-redis。
28、spring-boot-starter-security
支持spring-security。
29、spring-boot-starter-social-facebook
支持spring-social-facebook
30、spring-boot-starter-social-linkedin
支持pring-social-linkedin
31、spring-boot-starter-social-twitter
支持pring-social-twitter
32、spring-boot-starter-test
支持常规的测试依赖,包括JUnit、Hamcrest、Mockito以及spring-test模块。
33、spring-boot-starter-thymeleaf
支持Thymeleaf模板引擎,包括与Spring的集成。
34、spring-boot-starter-velocity
支持Velocity模板引擎。
35、spring-boot-starter-web
S支持全栈式Web开发,包括Tomcat和spring-webmvc。
36、spring-boot-starter-websocket
支持WebSocket开发。
37、spring-boot-starter-ws
支持Spring Web Services。
38、spring-boot-starter-actuator
增加了面向产品上线相关的功能,比如测量和监控。
39、spring-boot-starter-remote-shell
增加了远程ssh shell的支持。
40、spring-boot-starter-jetty
引入了Jetty HTTP引擎(用于替换Tomcat)。
41、spring-boot-starter-log4j
支持Log4J日志框架。
42、spring-boot-starter-logging
引入了Spring Boot默认的日志框架Logback。
43、spring-boot-starter-tomcat
引入了Spring Boot默认的HTTP引擎Tomcat。
44、spring-boot-starter-undertow
引入了Undertow HTTP引擎(用于替换Tomcat)。
Spring Boot的每个模块包详解的更多相关文章
- spring boot 配置文件properties和YAML详解
spring boot 配置文件properties和YAML详解 properties中配置信息并获取值. 1:在application.properties配置文件中添加: 根据提示创建直接创建. ...
- Spring Boot 配置加载顺序详解
使用 Spring Boot 会涉及到各种各样的配置,如开发.测试.线上就至少 3 套配置信息了.Spring Boot 可以轻松的帮助我们使用相同的代码就能使开发.测试.线上环境使用不同的配置. 在 ...
- spring boot(四):thymeleaf使用详解
在上篇文章springboot(二):web综合开发中简单介绍了一下thymeleaf,这篇文章将更加全面详细的介绍thymeleaf的使用.thymeleaf 是新一代的模板引擎,在spring4. ...
- Spring Boot 2.0 教程 - 配置详解
Spring Boot 可以通过properties文件,YAML文件,环境变量和命令行参数进行配置.属性值可以通过,@Value注解,Environment或者ConfigurationProper ...
- Spring Boot(四):Thymeleaf 使用详解
在上篇文章Spring Boot (二):Web 综合开发中简单介绍了一下 Thymeleaf,这篇文章将更加全面详细的介绍 Thymeleaf 的使用.Thymeleaf 是新一代的模板引擎,在 S ...
- (转)Spring Boot(四):Thymeleaf 使用详解
http://www.ityouknow.com/springboot/2016/05/01/spring-boot-thymeleaf.html 在上篇文章Spring Boot (二):Web 综 ...
- Spring Boot 核心配置文件 bootstrap & application 详解。
用过 Spring Boot 的都知道在 Spring Boot 中有以下两种配置文件 bootstrap (.yml 或者 .properties) application (.yml 或者 .pr ...
- Spring Boot Logback几种日志详解
日志对于应用程序来说是非常重要的,Spring框架本身集成了不少其他工具,我们自身的应用也会使用到第三方库,所以我们推荐在Spring应用中使用SLF4J/Logback来记录日志. SLF4J与Lo ...
- Spring 下载与安装以及spring 3.2.9 jar包详解
一.Spring简介 Spring官网改版后,很多项目的完整zip包下载链接已经隐掉了,虽然Spring旨在引导大家用更“高大上”的maven方式来管理所依赖的jar包,但是完全没想到中国的国情,在 ...
随机推荐
- 解决:An internal error occurred during: "Launching New_configuration". Path for project must have only one segment.
问题: 点击运行时eclipse报错如下: An internal error occurred during: "Launching New_configuration". Pa ...
- timequest学习之黑金动力(一)
黑金动力的资料还是非常有价值的.通过建模篇,对于给定的时序关系,我总能实现.但是,这总是很初级的能力.也只是为后面的建模服务.所以,现阶段我的能力还是非常有限.我相信我一定会成为牛人,能够独挡一面.借 ...
- DEV CheckComboboxEdit、CheckedListBoxControl(转)
CheckComboboxEdit //先清空所有,若在窗体Load事件中,也可以不清空 //cbRWYs.Properties.Items.Clear(); var RwyList = tspro. ...
- [原创]Java项目统一UTC时间方案
Java项目统一UTC时间方案 作者:Gods_巨蚁 引言 近期团队的个别项目在进行框架升级后,部分时间值存在8小时误差,原因是错误的将数据库中的时间数据理解成了UTC时间(旧版本认为是北京时间) 考 ...
- c# 类型化变量的var,和javascript一样的使用
.net framework推出var关键字,注意是关键字,不是什么新类型,只是编译器抛给我们的“语法糖” 1.object是所有类型的父类型,object a=1;和var a=1:的区别在于前一个 ...
- kibana-4.6.3-linux-x86_64.tar.gz的下载(图文详解)
对于Kibana ,我们知道,是Elasticsearch/Logstash/Kibana的必不可少成员. 第一步:进入Elasticsearch的官网 https://www.elastic.co/ ...
- arm-linux-gcc-4.5.1的安装…
原文地址:arm-linux-gcc-4.5.1的安装方法作者:游牧 说明:我使用的是在虚拟机下的红帽linux5 ,通过终端工具SecureCRT操作,使用虚拟机等其他工具的过程大致相同 1.使用r ...
- 1 任务管理 --转载于电子工程世界
uC/OS-II 中最多可以支持64 个任务,分别对应优先级0-63,其中0 为最高优先级.63为最低级,系统保留了4个最高优先级的任务和4个最低优先级的任务,所有用户可以使用的任务数有56个. uC ...
- Python小代码_15_遍历指定路径下的所有文件和文件夹,并格式化输出文件路径文件名和文件夹名,文件大小,修改时间
遍历指定路径下的所有文件和文件夹,并格式化输出文件路径文件名和文件夹名,文件大小,修改时间 import osimport datetime def print_tree(dir_path): for ...
- imp导入数据的时候报错:ORA-01658: 无法为表空间 MAXDATA 中的段创建 INITIAL 区
在oracle里创建表,报出错: ORA-01658: 无法为表空间space中的段创建 INITIAL 区: 或者: ORA-01658: unable to create INITIAL exte ...