Files
blog-press/docs/Web-Backend/index.md
2025-12-11 17:37:08 +08:00

32 lines
933 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: doc
title: Web后端
description: Web后端开发技术文档包含数据库、框架、中间件等
---
# Web 后端开发
后端开发技术栈的学习笔记和总结。
## 主要内容
- [MySQL知识点](/Web-Backend/MySQL-Knowledge)
- [Flyway简单使用](/Web-Backend/Flyway)
- [MyBatis简介和使用](/Web-Backend/MyBatis)
- [RustFS简介和使用](/Web-Backend/RustFS)
### 🍃 SpringBoot
SpringBoot 框架学习系列:
- [Spring IOC简介](/SpringBoot/SpringIOC)
- [SpringBoot启动流程](/SpringBoot/SpringBoot-Start-Process)
- [Spring MVC简介](/SpringBoot/SpringMVC)
- [SpringBoot Starter原理](/SpringBoot/SpringBootStarter)
- [SpringBoot Bean简介](/SpringBoot/SpringBootBean)
- [SpringBoot3原生镜像](/SpringBoot/SpringBoot3-GraalVM)
### 🐍 FastAPI
Python FastAPI 框架学习:
- [FastAPI基础教程](/FastAPI/FastAPI-Guide)
- [基于OAuth2的FastApi安全验证](/FastAPI/OAuth2)