# spring-boot-demo-parent **Repository Path**: lvekee/spring-boot-demo-parent ## Basic Information - **Project Name**: spring-boot-demo-parent - **Description**: spring-boot学习 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-07 - **Last Updated**: 2021-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目简介 本仓库用于对spring-boot的学习,用spring-boot整合各组件。 学习参考以下项目 https://github.com/xkcoding/spring-boot-demo https://github.com/wuyouzhuguli/SpringAll https://github.com/ityouknow/spring-boot-examples ps:此readme会记录对仓库的所有操作。整合各模块的步骤放在各模块的readme中。博客同步更新https://blog.csdn.net/lvekee/category_11187048.html ## 开发环境 - **JDK 1.8 +** - **Maven 3.5 +** - **IntelliJ IDEA ULTIMATE 2019.1 +** (*注意:务必使用 IDEA 开发,同时保证安装 `lombok` 插件*) - **Mysql 5.7 +** ## 仓库操作记录 | 时间 | 操作 | 备注 | | ---------- | ----------------------------- | ---------------------------------------------------------- | | 2021-07-07 | 初始化仓库 | 初始化仓库,初始化父工程,之后所有的集成模块都依赖此父模块 | | 2021-07-07 | 增加01spring-boot-hello-world | 讲述了怎么新建一个spring-boot项目 | | 2021-07-07 | 增加02spring-boot-web-demo | 给spring-boot项目开启web能力。 | | 2021-07-08 | 增加03spring-boot-config-demo | 讲述了spring-boot的一些常见配置 |