<p align="center">
<img width="320" src="https://github.com/godcheese/oryx/blob/master/oryx_banner.png?raw=true">
</p>
<p align="center">
<a href="https://github.com/godcheese/oryx">
<img src="https://img.shields.io/github/last-commit/godcheese/oryx.svg" alt="GitHub Last Commit">
</a>
<a href="https://github.com/godcheese/oryx/releases">
<img src="https://img.shields.io/github/release/godcheese/oryx.svg" alt="GitHub release">
</a>
<a href="https://travis-ci.org/godcheese/oryx" rel="nofollow">
<img src="https://travis-ci.org/godcheese/oryx.svg?branch=master" alt="Build Status">
</a>
<a href="https://sonarcloud.io/dashboard?id=godcheese_oryx"><img src="https://sonarcloud.io/api/project_badges/measure?project=godcheese_oryx&metric=alert_status" alt="Quality Gate Status"/></a>
<a href="https://www.codacy.com/manual/godcheese/oryx?utm_source=github.com&utm_medium=referral&utm_content=godcheese/oryx&utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/3c0ed91f0e52448ca722d7e9c6b97bb0" alt="Codacy Badge"/></a>
<a href="https://github.com/godcheese/oryx/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
</a>
</p>
## 简介 Introduction
> oryx 英 [ˈɒrɪks] 美 [ˈɔːrɪks] n.大羚羊(有长角)
Oryx 是一款基于 Spring Boot 封装前后端分离 Java Web 平台快速开发脚手架,所采用的技术栈包括 Spring Boot、Spring、Spring MVC、MyBatis、Vue 等,遵守[阿里巴巴 Java 开发规约](https://github.com/alibaba/p3c),帮助养成良好的编码习惯。整体采用 RBAC ( Role-Based Access Control ,基于角色的访问控制),具有严格的权限控制模块,支持系统与模块分离开发。最后希望这个项目能够对你有所帮助。
- Oryx 开发交流群:[547252502](https://jq.qq.com/?_wv=1027&k=5yxyg73)(QQ 群)
- [后端 Github](https://github.com/godcheese/oryx)
- [后端码云](https://gitee.com/godcheese/oryx)
- [前端 Github](https://github.com/godcheese/oryx-frontend-vue)
- [前端码云](https://gitee.com/godcheese/oryx-frontend-vue)
|环境 |版本|
|:-----|---|
|[Java](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) |1.8|
|[MySQL](https://dev.mysql.com/downloads/mysql/5.7.html#downloads) |5.7|
|[Maven](http://maven.apache.org/download.cgi) |3.5|
|[Tomcat](https://tomcat.apache.org/download-90.cgi)|9.0|
|依赖 |版本 |
|:------------- |:------------|
|[Spring Boot](http://mvnrepository.com/artifact/org.springframework.boot/spring-boot) |2.1.7.RELEASE|
|[Spring Web MVC](http://mvnrepository.com/artifact/org.springframework/spring-webmvc) |5.1.6.RELEASE|
|[Spring Security Web](http://mvnrepository.com/artifact/org.springframework.security/spring-security-web)|5.1.5.RELEASE|
|[MyBatis](http://mvnrepository.com/artifact/org.mybatis/mybatis) |3.5.1 |
|[Druid](http://mvnrepository.com/artifact/com.alibaba/druid-spring-boot-starter) |1.1.16 |
|[Vue.js](http://cn.vue.js) |2.5.2|
|测试账号 | | |
|:-----------|:-------|:---------------------|
|Username |Password|Role & Authority |
|system_admin|123456 |ROLE_SYSTEM_ADMIN |
|admin |123456 |ROLE_ADMIN |
|user |123456 |ROLE_USER |
## 特性 Features
- Json Web Token(JWT) ✓
- 数据字典 ✓
- 角色管理 ✓
- 用户管理 ✓
- 在线用户 ✗
- 权限管理 ✓
- 视图菜单 ✓
- 视图页面 ✓
- 视图页面组件 ✓
- API ✓
- 消息中间件(ActiveMQ) ✓
- 电子邮件管理 ✓
- 操作日志 ✓
- 文件管理 ✓
- 定时任务 ✓
- 部门管理 ✓
- ~~工作流(Flowable)~~ ✓
## [待开发功能 Todo list](https://github.com/godcheese/oryx/blob/master/TODO.md)
## 起步 Getting started
```bash
# clone oryx
git clone https://github.com/godcheese/oryx.git && cd oryx
# package
mvn clean package
# develop
mvn spring-boot:run
# clone oryx-frontend-vue
git clone https://github.com/godcheese/oryx-frontend-vue.git && cd oryx-frontend-vue
# install
npm install
# develop
npm run dev
```
## [后端开发文档 Documentation](https://github.com/godcheese/oryx/blob/master/docs/getting_started.md)
## [前端开发文档 Documentation](https://github.com/godcheese/oryx-frontend-vue/blob/master/docs/getting_started.md)
## [后端更新日志 Changelog](https://github.com/godcheese/oryx/releases)
## [前端更新日志 Changelog](https://github.com/godcheese/oryx-frontend-vue/releases)
## [在线演示 Online Demo](https://oryx-frontend-vue.netlify.com/)
登录用户名密码加QQ群547252502获取。
#### 截图 Screenshots




## 反馈 Feedback
[后端 Issues](https://github.com/godcheese/oryx/issues)
[前端 Issues](https://github.com/godcheese/oryx-frontend-vue/issues)
## 捐赠 Donation
如果此项目对你有所帮助,不妨请我喝咖啡。
If you find Oryx useful, you can buy us a cup of coffee.
[Paypal Me](https://www.paypal.me/godcheese)
## 浏览器支持 Browsers support
Modern browsers and Internet Explorer 9+.
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari |
| --------- | --------- | --------- | --------- |
| IE9, IE10, IE11, Edge| last 15 versions| last 15 versions| last 10 versions


檀越@新空间
- 粉丝: 5w+
最新资源
- fipaaaa_covid-19-test-system_13092_1755583793989.zip
- 分布式云服务与云计算管理平台_提供多模式云服务交付方案_支持软件模式_SaaS_PaaS_DevOps_IaaS_OpenStack等多种交付形态_面向第三方客户及内部研发团队_实.zip
- 专注圣经阅读与灵修成长的网页应用_提供屏幕常亮计时提醒默想引导护眼主题快捷键支持响应式设计本地存储性能优化_帮助基督徒建立规律读经习惯_提升灵修质量_适用于个人灵修.zip
- 零担货运管理专业版系统_货运公司托运单打印_货物装车到货状态跟踪_客户欠账还款管理_跟车人员工资计算_基础信息管理_托运登记查询_分单装运管理_货到确认处理_捎款登记审核_欠账还款.zip
- DPS快印店图文设计冲印店综合管理系统_快印店管理_图文设计_冲印业务_订单管理_生产调度_材料库存_财务管理_应收应付_员工工资_客户管理_供应商管理_机器工序管理_这是一款专为.zip
- 基于STC32微控制器的智能电磁循迹赛车系统_龙邱车模_宏晶STC32_高精度电感_编码器_陀螺仪_TOF测距_负重砝码_PID控制_上位机调试_OLED显示_电磁循迹_元素识别_.zip
- 广告制品全流程智能管理系统_广告制作_业务接单_设计审核_生产管理_安装完工_财务统计_客户管理_员工管理_欠款统计_利润分析_交货预警_基于宏达数据库信息管理开发平台_专为广告制.zip
- 电脑4S店综合管理系统_电脑销售维修库存财务一体化解决方案_适用于中小型电脑公司的进销存管理_商品进货销售退货查询_装机配置售后服务_库存盘点调拨管理_财务收支工资统计_固定资产管.zip
- 基于宏达数据库信息管理开发平台的房屋产权产籍全流程数字化管理系统_房产证登记审核缮证管理_初始登记转移登记抵押登记查封登记异议登记_费用审批业务受理统计查询_实现房地产权属登记全生.zip
- 基于STM32F407ZGT6的高精度航空发动机热障涂层厚度智能测量系统_热障涂层无损检测_航空发动机部件质量监控_涡流传感技术_高温环境自适应_非接触式测量_多传感器数据融合_实.zip
- 戒毒所人员信息管理系统_戒毒人员档案管理_入所出所信息登记_健康检查记录_法律手续办理_考核评估_分类查询统计_报表生成打印_数据导入导出_权限管理_日志记录_数据库压缩备份_行政.zip
- 纺织纺纱厂全流程智能管理系统_纺织企业ERP系统_原料管理_生产管理_销售管理_库存管理_工资管理_账务管理_统计查询_报表打印_设备维修_订单处理_发货登记_预警系统_供应商管理.zip
- 税务文书管理系统_基于宏达数据库信息管理开发平台开发的税务执法文书制作与管理系统_包含67种税务执法文书模板和审批流程_税务事项通知书_扣缴义务人登记表_财务会计制度备案_纳税人合.zip
- 基于宏达数据库信息管理开发平台的企业级库存管理系统_货品库存管理_入库出库登记_盘存管理_财务管理_短线超储预警_出入库统计查询_库存动态监控_物流资金周转优化_企业经营决策支持_.zip
- 卫生监督执法文书管理系统_基于卫生部2015年新规范设计的卫生行政执法文书生成软件_包含样品类文书_监督检察类文书_行政处罚类文书等完整文书模板_采用宏达数据库信息管理开发平台开发.zip
- 消防安全重点单位综合信息管理系统_消防档案管理_消防设施监控_消防预案编制_消防人员管理_防火统计报表_重点单位设置_监督检查记录_火灾隐患登记_灭火演练记录_应急疏散预案_消防安.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈


