# mySpringBoot **Repository Path**: yoreyuan/mySpringBoot ## Basic Information - **Project Name**: mySpringBoot - **Description**: Spring Boot - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mySpringBoot ## 介绍 [Spring Boot](https://spring.io/projects/spring-boot) **2.0.2.RELEASE** ## 版本 Spring Boot 版本 | Spring Framework 版本 | JDK版本 ---- | --- | ---- 2.0.2.RELEASE | 5.0.6.RELEASE | 1.8+ 1.5.10.RELEASE | 4.3.14.RELEASE | 1.6+ ## 系统 MacOS ```bash # brew 。https://brew.sh # 为方便查看文件目录,安装tree brew install tree # json信息格式化 brew install json_pp ``` # 目录说明 * `.gitignore`文件: 定义了最常见的文件和目录的版本控制忽略的名单 * `.mvn/`、`mvnw`、`mvnw.cmd`: 一种简单的Maven构建方式,在环境中没有安装Maven时构建项目。 ```bash # mvnw脚本使用 sh mvnw spring-boot:run ```