# oinone-backend-starter **Repository Path**: oinone/oinone-backend-starter ## Basic Information - **Project Name**: oinone-backend-starter - **Description**: No description available - **Primary Language**: Java - **License**: AGPL-3.0 - **Default Branch**: feature/6.2.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 3 - **Created**: 2025-05-16 - **Last Updated**: 2025-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Oinone Backend Starter | 后端一键启动工程 ## 准备 参考[**源码安装**](https://guide.oinone.top/zh-cn/InstallOrUpgrade/source-code-installation.html),准备启动环境 ## 快速启动 ### IDEA 启动 ```shell pro.shushi.pamirs.starter.OinoneBackendStarterApp ``` ### Maven启动 命令行进入oinone-backend-starter-boot目录(`cd oinone-backend-starter-boot`) ```shell mvn spring-boot:run ```