springboot从基础到实战

第1章Spring Boot 概述

1.1 Spring Boot简介

1.2 Spring Boot的特点

https://blog.csdn.net/weixin_44195615/article/details/112646940

第2章springboot整合开发环境搭建

2.1 环境搭建

2.1.1 JDK安装

2.1.2 IntelliJ IDEA的安装

2.1.3 Maven的安装

2.1.4 IntelliJ IDEA内配置JDK和Maven

https://blog.csdn.net/weixin_44195615/article/details/112646955

第3章Spring Boot整合Web

3.1 Spring Boot整合Web项目

3.2 WebFlux的使用(略)

3.3 使用热部署

3.4 配置文件

3.4.1 配置文件类型

3.4.2 自定义属性

3.4.3 使用随机数

3.4.4 多环境配置

3.4.5 自定义配置文件

3.5 使用页面模板

3.5.1 使用Thymeleaf

3.5.2 使用FreeMarker

3.6 使用WebJars

3.7 国际化使用

https://blog.csdn.net/weixin_44195615/article/details/112646979

第4章Spring Boot整合数据库

4.1 使用数据库

4.1.1 使用MySQL数据库

4.1.2 使用SQL Server数据库

4.1.3 使用Oracle数据库

4.1.4 使用MongoDB数据库

4.1.5 使用Neo4j数据库

4.1.6 使用Redis数据库

4.1.7 使用Memcached数据库

https://blog.csdn.net/weixin_44195615/article/details/112647005

第5章Spring Boot整合缓存

5.1 使用Spring Cache

5.2 使用Redis

5.3 使用Memcached

https://blog.csdn.net/weixin_44195615/article/details/112647097

第6章Spring Boot整合日志

https://blog.csdn.net/weixin_44195615/article/details/112647110

第7章Spring Boot整合安全管理

7.1 使用Shiro

7.2 使用Spring Security

https://blog.csdn.net/weixin_44195615/article/details/112647142

第8章Spring Boot整合监控

8.1 使用actuator监控

8.2 使用Admin监控

https://blog.csdn.net/weixin_44195615/article/details/112691633

你可能感兴趣的:(SpringBoot)