# springboot-labs **Repository Path**: kate-chan/springboot-labs ## Basic Information - **Project Name**: springboot-labs - **Description**: springboot案例库,主要包括入门及配置。持久化,NoSQL,安全管理,企业开发,监控,部署运维,及全栈开发 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-05-27 - **Last Updated**: 2023-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-labs #### 介绍 springboot案例库,主要包括入门及配置。持久化,NoSQL,安全管理,企业开发,监控,部署运维,及全栈开发 #### 软件架构 软件架构说明 Spring Boot 第1章 入门及基本配置 #### 一.spring boot入门 1.spring boot介绍 2. Spring boot工程三种创建方式 ##### 2.1.在线创建 ##### 2.2.使用开发工具创建 ##### 2.3.通过maven创建 3. spring boot项目的启动 ##### 1. 使用 Maven 命令启动 ##### 2. 直接运行 main 方法 ##### 3. 打包启动 #### 二、Spring boot基础配置 ##### 1. 不使用 spring boot-starter-parent ##### 2. @Spring BootApplication ##### 3. 定制 Banner #### 4. Web 容器配置 ##### 4.1.常规配置 ##### 4.2. HTTPS配置 ##### 4.3. Jetty 配置 ##### 4.4. Undertow 配置 #### 5. Properties 配置 #### 6. 类型安全配置属性 #### 7. Yaml配置 ##### 7.1.常规配置 ##### 7.2.复杂配置 ####8. Profile 8.1.创建配置文件 8.2.配置 application.properties 8.3. 在代码中配置 8.4. 项目启动时配置