spring-boot全家桶-spring对最优秀的主流技术的封装

spring-boot全家桶-spring对最优秀的主流技术的封装_第1张图片

spring-boot全家桶-spring对最优秀的主流技术的封装_第2张图片

spring-boot全家桶-spring对最优秀的主流技术的封装_第3张图片

spring-boot springboot核心
spring-boot-actuator 监控-获取日志数据
spring-boot-actuator-autoconfigure 监控的自动配置
自己配置需要覆盖这个类
spring-boot-devtools 开发者工具
spring-boot-maven-plugin maven插件
spring-boot-parent 父工程
spring-boot-starter 所有的开始
spring-boot-starter-actuator starter的监控
spring-boot-starter-amqp 增强消息队列访问协议
spring-boot-starter-aop 面向切面
spring-boot-starter-data-leasticsearch
elasticsearch广泛应用于大数据根solar平齐,亿级以上数据秒级返回的检索
spring-boot-starter-data-jpa jpa是Java的持久化规范
spring-boot-starter-data-mongodb
mongodb是nosql,虽然bug多,但它列式存储,kv形式不耗费资源,检索方便。它的value甚至可以放电影。
spring-boot-starter-data-redis springboot与redis整合,redis是分布式内存数据库
spring-boot-starter-data-solr springboot整合solr-全文检索
spring-boot-starter-freemarker freemarker是页面模板,替代jsp(模板让jsp性能更高)
spring-boot-starter-jdbc jdbc是数据库驱动
spring-boot-starter-json springboot整合json
spring-boot-starter-logging springboot整合日志
spring-boot-starter-parent 我们最终用它
spring-boot-starter-quartz 定时器
spring-boot-starter-security 类似于shiro的安全框架
spring-boot-starter-test 测试包
spring-boot-starter-thymeleaf 最新页面模板
spring-boot-starter-tomcat 整合tomcat
spring-boot-starter-web 整合核心web

你可能感兴趣的:(spring-boot全家桶-spring对最优秀的主流技术的封装)