# omnix **Repository Path**: opandora/omnix ## Basic Information - **Project Name**: omnix - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-03 - **Last Updated**: 2024-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # omnix #### 介绍 omnix 是基于java语言的开发基础模板 #### 软件架构 基于RuoYi前后端项目(https://www.ruoyi.vip/)二开而来 #### 安装教程 1. git clone URL omnix 2. cd omnix 3. mvn clean package [-Dmaven.test.skip=true] 打包 4. cd target && java -jar xxx.jar 运行 #### 使用说明 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request