多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 下载框架 > OFBiz项目创立于2002年, 至今(2018)已经16年了, 官方坚持每年发行一个大版本, 多个小版本, 技术一直在革新, 业务实现一直在完善, 所以推荐使用者尽量使用最新的发行版本来进行项目开发. > 不过有些版本的革新内容不大, 有些年的发行版只是列行发布, 没有什么重大更新, 所以大多使用者更习惯使用相对稳定的版本, 这里我将对版本下载推荐做简单的讲述和项目使用推荐 > > **下载入口** > - 官方下载入口: http://ofbiz.apache.org/download.html > - 官方下载直链: http://www.apache.org/dist/ofbiz > - 清华大学镜像: https://mirrors.tuna.tsinghua.edu.cn/apache/ofbiz ### 框架版本介绍 >[warning] 2017年以后将以 **github的版本库为主**, 新的问题也主要是在github的issue里提出并讨论, 不过其他形式的资源同步维护. > >目前最稳定的发布版(zip压缩包): > - Gradle脚本构建版: [apache-ofbiz-16.11.04.zip](http://archive.apache.org/dist/ofbiz/apache-ofbiz-16.11.04.zip) > - Ant脚本构建版: [apache-ofbiz-13.07.03.zip](http://archive.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip) > > 代码仓库介绍(官方): http://ofbiz.apache.org/source-repositories.html #### OFBiz至今(2018)所有**发行版项目**下载地址 > 这里列举的是完整的项目下载包, 是 zip 压缩包(注意: 每个大版本只列最新小版本) > - 最新 稳定版: > - v16.11.04: http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.04.zip > - 历史 稳定版: 总目录(http://archive.apache.org/dist/ofbiz) > - v16.11.04: http://archive.apache.org/dist/ofbiz/apache-ofbiz-16.11.04.zip > - v13.07.03: http://archive.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip > - v12.04.06: http://archive.apache.org/dist/ofbiz/apache-ofbiz-12.04.06.zip > - v11.04.06: http://archive.apache.org/dist/ofbiz/apache-ofbiz-11.04.06.zip > - v10.04.06: http://archive.apache.org/dist/ofbiz/apache-ofbiz-10.04.06.zip > - v09.04.02: http://archive.apache.org/dist/ofbiz/apache-ofbiz-09.04.02.zip > - v4.0: http://archive.apache.org/dist/ofbiz/apache-ofbiz-4.0.zip #### OFBiz至今(2018)所有**发行版代码**检出地址 > 这里列举的是每个发行版的代码分支, 检出后可实时更新官方对版本分支库的完善代码的, zip压缩包也是在此分支版本中打包tag标记包的 > 最新 发行版(总库) > - 从此版本开始, 在有需要的情况下要自行添加扩展模块库, 默认不包含 > - 最新 发行版(纯框架库, 不包含任何特殊功能模块[如: ecommerce]): > - GIT版本库: > - release17.12: https://github.com/apache/ofbiz-framework/tree/release17.12 > - SVN版本库: > - release17.12: http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/branches/release17.12 > - 最新 发行版(特殊功能库): > - GIT版本库: > - release17.12: https://github.com/apache/ofbiz-plugins/tree/release17.12 > - SVN版本库: > - release17.12: http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/branches/release17.12 > - 历史 发行版: > - GIT版本库: > - release16.11: https://github.com/apache/ofbiz/tree/release16.11 > - release15.12: https://github.com/apache/ofbiz/tree/release15.12 > - release14.12: https://github.com/apache/ofbiz/tree/release14.12 > - release13.07: https://github.com/apache/ofbiz/tree/release13.07 > - release12.04: https://github.com/apache/ofbiz/tree/release12.04 > - release11.04: https://github.com/apache/ofbiz/tree/release11.04 > - release10.04: https://github.com/apache/ofbiz/tree/release10.04 > - release09.04: https://github.com/apache/ofbiz/tree/release09.04 > - release4.0: https://github.com/apache/ofbiz/tree/release4.0 > - boostrap_theme: https://github.com/apache/ofbiz/tree/boostrap_theme > - SVN版本库: > - release16.11: http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 > - release15.12: http://svn.apache.org/repos/asf/ofbiz/branches/release15.12 > - release14.12: http://svn.apache.org/repos/asf/ofbiz/branches/release14.12 > - release13.07: http://svn.apache.org/repos/asf/ofbiz/branches/release13.07 > - release12.04: http://svn.apache.org/repos/asf/ofbiz/branches/release12.04 > - release11.04: http://svn.apache.org/repos/asf/ofbiz/branches/release11.04 > - release10.04: http://svn.apache.org/repos/asf/ofbiz/branches/release10.04 > - release09.04: http://svn.apache.org/repos/asf/ofbiz/branches/release09.04 > - release4.0: http://svn.apache.org/repos/asf/ofbiz/branches/release4.0 #### GIT源码版本库(后期主干库) > 在这两年, OFBiz项目才开始用GIT版本库管理工具管理代码, 而后将代码直接放入github网站进行管理 > - OFBiz总库 > - trunk 主代码库: https://github.com/apache/ofbiz > - branches 发布分支库: https://github.com/apache/ofbiz/branches > - OFBiz框架核心库(不包含任何特殊功能模块[如: ecommerce]) > - trunk 主代码库: https://github.com/apache/ofbiz-framework > - branches 分支库: https://github.com/apache/ofbiz-framework/branches > - OFBiz框架特殊功能组件库 > - trunk 主代码库: https://github.com/apache/ofbiz-plugins > - branches 分支库: https://github.com/apache/ofbiz-plugins/branches #### SVN源码版本库(历史同步库) > 在GIT还没出来时, OFBiz项目已经开工了, 所以是先有SVN版本库的, 而后才有了GIT版本库, 为了确保所有版本历史都可追溯, Apache公司同时维护了GIT版本库和SVN版本库. > - 2017年之前 发布版-代码库(总库) > - 分支库: http://svn.apache.org/repos/asf/ofbiz/branches > - 标记库: http://svn.apache.org/repos/asf/ofbiz/tags > - 2017年之后 发布版-代码库(框架库) > - 分支库: http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/branches > - 标记库: http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/tags > - 2017年之后 发布版-代码库(功能模块库) > - 分支库: http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/branches > - 标记库: http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/tags