# SpringBoot_Parent **Repository Path**: lu_shuan/springboot_parent ## Basic Information - **Project Name**: SpringBoot_Parent - **Description**: SpringBoot 3.x demo 实践 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-08 - **Last Updated**: 2024-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java ## README ## 背景 - SpringBoot v3.0.13 GA版本 - jdk17 每个包只需要关系pom 内引用的第三方依赖 ## 顺序 1. ch01 SpringBoot initialize 初始化 1. 包含热部署插件 2. ch02 Configuration file 配置文件 3. ch03 Configuration injection 属性注入 属性注入 4. ch04 SpringBoot log 日志框架整合 5. ch05 SpringBoot web 6. ch06 SpringBoot web rest 7. ch07 SpringBoot Servlet 8. ch08 SpringBoot freemarker 9. ch09 SpringBoot mybatis (整合 druid) 10. ch10 SpringBoot custom starter 自定义 starter 场景启动器,基本上是架构的工作,了解下即可 11. ch11 SpringBoot 集成常用的中间件,重要的不是了解如何集成,而是要懂得这些中间件的特性和原理 ## 面试链接 1. [SpringBoot 常见面试题总结](https://topjavaer.cn/framework/springboot.html) 2. [Springboot常见面试题总结](https://arcstack.top/md/interview/base/framework/springboot.html) ## 面试 1. 描述下SpringBoot的作用 2. SpringBoot 有哪些特性 3. SpringBoot 自动配置的原理是什么? 4. SpringBoot如何解决跨域的问题? 5. SpringBoot的启动原理 ## 项目实践 1. [【手把手教】【原创】基于Springboot+Vue的电影网站系统【教程详细】【附带源码】【快速入门】](https://www.bilibili.com/video/BV1rU411U7k2/?spm_id_from=333.999.0.0&vd_source=7e8c74e6ef5f4645e4247ef4120b7971) ## 参考 1. [SpringBoot3 核心特性](https://springdoc.cn/spring-boot/features.html#features.spring-application) 2. [Spring 官网](https://spring.io/projects/spring-boot) 3. [Spring Boot参考指南](https://www.springcloud.cc/spring-boot.html) 4. [SpringBoot v3.0.13 docs 官网](https://docs.spring.io/spring-boot/docs/3.0.13/reference/html/) 5. [SpringBoot v3.0.13 how to guide](https://docs.spring.io/spring-boot/docs/3.0.13/reference/html/howto.html#howto.application) 6. [maven 仓库](https://mvnrepository.com/) 7. [SpringBoot2入门到源码B站最详细教程](https://www.bilibili.com/video/BV1nU4y1g7M3/?p=33&spm_id_from=333.880.my_history.page.click&vd_source=7e8c74e6ef5f4645e4247ef4120b7971) 8. [SpringBoot 中文版](https://springdoc.cn/spring-boot/index.html) 9. [JavaJDK新特性详解系列教程](https://www.bilibili.com/video/BV1zJ411R7uQ/?spm_id_from=333.337.search-card.all.click&vd_source=7e8c74e6ef5f4645e4247ef4120b7971) 10. [2024吃透【SpringBoot+Vue前后端分离电商项目+仿抖音直播项目实战】完整版教程](https://www.bilibili.com/video/BV1iPs7ehE5E/?spm_id_from=333.788.recommend_more_video.11&vd_source=7e8c74e6ef5f4645e4247ef4120b7971)