# springboot2-demos **Repository Path**: yangfeng_osc/springboot2-demos ## Basic Information - **Project Name**: springboot2-demos - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-02 - **Last Updated**: 2023-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## springboot2学习作业 目标:学会使用springboot2快速开发服务 ### springboot2 helloworld 目标:手动创建一个springboot2项目 ### springboot2 initializer 目标:使用springboot2 initializer快速创建springboot2项目 ### springboot2 web 目标:学会springboot2开发web项目,定制springmvc配置类 ### springboot2 mybatis 目标:整合mybatis,学会连接mysql,从页面操作mysql中的数据 ### springboot2 actuator 目标:学会开发服务健康监控系统,实时监测系统运行状态 ### springboot2 admin 目标:快速开发一个web端的服务管理系统