美文网首页spring学习
纯洁的微笑的springboot摘要

纯洁的微笑的springboot摘要

作者: 低调_0c1d | 来源:发表于2018-10-10 14:19 被阅读1次

    入门篇

    • 什么是springboot
    • 使用springboot的好处
    • 快速构建
    • 项目结构
    • 引入 web模块
    • 编写controller
    • 单元测试
    • 热部署

    web综合开发

    • json 接口开发
    • 自定义Filter
    • 自定义Property
    • log配置
    • 数据库操作 jpa
    • thymeleaf模板
    • Gradle

    Springboot中redis的使用

    redis作为cache

    • 引入 spring-boot-starter-redis依赖
    • 添加配置文件
    • 添加cache的配置类(RedisConfig)
    • 测试手动方式cache
    • 测试自动方式cache

    redis作为session共享

    • 引入spring-session-data-redis依赖
    • Session配置类
    • 测试
    • 两台机器session共享

    Springboot中thymeleaf模板使用

    Springboot中jpa使用

    Springboot优雅地使用mybatis

    Springboot+myBatis多数据源配置

    Springboot中使用rabbitmq

    Springboot中使用定时任务

    Springboot中使用邮件服务

    Springboot中使用mongodb

    Springboot项目的测试打包和部署

    Springboot整合shiro

    使用jenkins部署Springboot项目

    文件上传

    集成FastDFS

    admin监控

    相关文章

      网友评论

        本文标题:纯洁的微笑的springboot摘要

        本文链接:https://www.haomeiwen.com/subject/cnscaftx.html