<thead id="fflbj"><font id="fflbj"><cite id="fflbj"></cite></font></thead>
    <progress id="fflbj"><thead id="fflbj"><font id="fflbj"></font></thead></progress>

            課程目錄:Springboot2.0 快速入門到前后端分離腳手架的搭建培訓
            (78637/99817)
            課程大綱:

                 Springboot2.0 快速入門到前后端分離腳手架的搭建培訓

             

             

            章節1
            課程簡介和項目成果展示試看
            第1節
            新課程介紹
            第2節
            新實戰項目效果展示
            章節2
            從零開始認識 Spring Boot
            第1節
            搭建 Spring Boot2.x 的運行環境

            第2節
            maven 手工創建 Spring Boot2.x web應用

            第3節
            Spring工具創建Spring Boot2.x web應用

            第4節
            maven-多模塊(module)項目搭建教程

            第5節
            Spring Boot 配置文件語法

            第6節
            配置文件讀取

            第7節
            靜態工具類讀取配置文件

            第8節
            Spring Boot Profile 多環境配置

            第9節
            Spring Boot devtools熱部署

            第10節
            Spring Boot 單元測試 MockMvc

            章節3
            實戰項目中常用的 Web 相關技術
            第1節
            Spring Boot2.x 過濾器基礎入門和實戰項目場景實現

            第2節
            攔截器基礎入門和實戰項目場景實現

            第3節
            Spring Boot 靜態資源訪問

            第4節
            Spring Boot 整合 Jsp

            第5節
            Spring Boot 整合 Thymeleaf

            第6節
            Spring Boot 整合 Freemarker

            章節4
            Spring Boot 和數據庫的技術實踐
            第1節
            實戰 Mybatis3-多模塊實戰(module)

            第2節
            Spring Boot 集成 Druid 監控數據源

            第3節
            RESTful API 詳解

            第4節
            實戰 RESTful 之 POST 用戶注冊接口

            第5節
            實戰 RESTful 之 PUT 修改用戶信息接口

            第6節
            實戰 RESTful 之 DELETED 刪除用戶接口

            第7節
            Spring boot 事務整合

            第8節
            Spring Boot 優雅的集成 Lombok

            第9節
            Spring Boot 優雅的集成Swagger2

            第10節
            swagger2 常用注解使用及其說明

            第11節
            swagger2 安全配置

            第12節
            swagger2 全局配置頭部信息

            章節5
            Spring Boot 封裝整合Redis 緩存實戰
            第1節
            從零開始認識 redis

            第2節
            redis 常用命令操作

            第3節
            SpringBoot+jedis 企業實戰開發工具類封裝

            第4節
            Spring Boot+RedisTemplate工具類封裝自定義序列化方式

            第5節
            Spring Boot2.x redis 實戰-分布式 Session 共享

            第6節
            Spring Boot2.x redis 實戰-異地登錄提醒下線

            第7節
            Spring Boot2.x redis 實戰-注冊短信驗證碼

            第8節
            Spring Boot2.x redis 實戰-計數器

            第9節
            Spring Boot2.x redis 實戰-購物車

            章節6
            Spring Boot 集成定時任務、異步調用
            第1節
            Spring Boot 使用定時任務@Scheduled-fixedRate方式

            第2節
            Spring Boot 使用定時任務@Scheduled-cron 方式

            第3節
            Spring Boot 使用@Async 實現異步調用

            第4節
            Spring Boot 使用@Async 實現異步調用-異步回調結果

            第5節
            Spring Boot 使用@Async 實現異步調用-自定義線程池

            章節7
            Spring Boot權限框架零基礎入門到實戰
            第1節
            從零開始認識 shiro

            第2節
            Spring Boot 集成 shiro 快速入門

            第3節
            Spring Boot 使用 JdbcRealm 進行認證授權

            第4節
            Spring Boot 使用 JdbcRealm 進行認證授權

            第5節
            Spring Boot 使用自定義 Realm 進行認證授權

            第6節
            SpringBoot整合shiro之鹽值加密認證詳解

            第7節
            Spring Boot 2.x+shiro前后端分離實戰-骨架搭建

            第8節
            Spring Boot 2.x+shiro前后端分離實戰-整合 redis

            第9節
            Spring Boot 2.x+shiro前后端分離實戰-整合mybatis

            第10節
            Spring Boot 2.x+shiro前后端分離實戰-自定義 AccessControlFilter token校驗

            第11節
            Spring Boot 2.x+shiro前后端分離實戰-自定義 Realm

            第12節
            Spring Boot 2.x+shiro前后端分離實戰-Realm 核心配置

            第13節
            Spring Boot 2.x+shiro前后端分離實戰-實現用戶登錄認證訪問授權

            第14節
            接口業務分析

            第15節
            源碼分析-shiro用戶認證執行流程

            第16節
            源碼分析-shiro授權流程

            章節8
            手把手springboot+swagger+redis+shiro+jwt+mybatis前后端分離腳手架
            第1節
            實戰腳手架搭建-創建項目基本骨架

            第2節
            實戰腳手架搭建-數據庫設計和配置

            第3節
            實戰腳手架搭建-druid 連接池和數據監控配置

            第4節
            實戰腳手架搭建-日志配置

            第5節
            實戰腳手架搭建-逆向生成代碼和配置mybatis

            第6節
            實戰腳手架搭建-集成swagger2

            第7節
            實戰腳手架搭建-集成redis

            第8節
            實戰腳手架搭建-前后端分離數據封裝 DataResult

            第9節
            實戰腳手架搭建-全局異常統一處理

            第10節
            實戰腳手架搭建-Hibernate Validator 詳解

            第11節
            實戰腳手架搭建-10分鐘搞懂:JWT(Json Web Token)

            第12節
            實戰腳手架搭建-JWT 工具類封裝

            第13節
            實戰腳手架搭建-實現用戶認證簽發 token

            第14節
            實戰腳手架搭建-mybatis使用 pagehelper 實現分頁封裝

            第15節
            Spring Boot+Shiro+JWT+redis 前后端分離腳手架-自定義token認證

            第16節
            Spring Boot+Shiro+JWT+redis 前后端分離腳手架-自定義 Realm1

            第17節
            Spring Boot+Shiro+JWT+redis 腳手架-自定義用戶認證匹配方法

            第18節
            Spring Boot+Shiro+JWT+redis 前后端分離腳手架-shiro 策略配置

            第19節
            Spring Boot+Shiro+JWT+redis 前后端分離腳手架-授權驗證

            第20節
            SpringBoot+Shiro+JWT+redis前后端分離腳手架-redis緩存授權信息

            538在线视频二三区视视频