# fish **Repository Path**: wenber/fish ## Basic Information - **Project Name**: fish - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-01 - **Last Updated**: 2025-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 前言 springboot demo脚手架,用于快速搭建项目,集成常用的框架和工具,方便快速开发。 举例🌰 1. 我们开启一个新的项目,一般会使用[Spring Initializer](https://start.aliyun.com/)来进行初始化 2. 然后导入各种jar包:如mysql redis mybaits等等 以及各种utils 3. 然后配置各种配置文件:如application.yml logback.xml等等 我们发现非常的耗时耗力,因此我们可以使用这个脚手架来快速搭建项目,省去了这些繁琐的步骤。 ## clone步骤 1. git clone https://github.com/wenbochang888/springboot-demo 克隆项目 1. git remote -v 查看远程仓库地址 2. 在自己的github创建一个新的仓库 3. git remote set-url origin https://github.com/wenbochang888/springboot-demo **修改为自己的远程仓库地址** ## 修改项目名称