筆記
該團隊正在開發即將推出的高效微服務版本。敬請關注 !
Java開源電子商務軟體
用於電子商務的無頭商務和 Rest api
Shopizer 無頭商務由以下組件組成:
無頭演示即將推出
從命令列:
docker run -p 8080:8080 shopizerecomm/shopizer:latest
⋅⋅⋅ 需要運行java後端
docker run
-e "APP_BASE_URL=http://localhost:8080/api"
-p 82:80 shopizerecomm/shopizer-admin
⋅⋅⋅ 需要運行java後端
docker run
-e "APP_MERCHANT=DEFAULT"
-e "APP_BASE_URL=http://localhost:8080"
-p 80:80 shopizerecomm/shopizer-shop-reactjs
https://app.swaggerhub.com/apis-docs/shopizer/shopizer-rest-api/3.0.1#/
克隆儲存庫:
$ git clone git://github.com/shopizer-ecommerce/shopizer.git
$ git clone git://github.com/shopizer-ecommerce/shopizer-admin.git
$ git clone git://github.com/shopizer-ecommerce/shopizer-shop-reactjs.git
如果這是您第一次使用 Github,請查看 http://help.github.com 以了解基礎知識。
您也可以從 https://github.com/shopizer-ecommerce 下載包含上述每個專案代碼的 zip 文件
從命令列:
$ cd shopizer
$ mvnw clean install
$ cd sm-shop
$ mvnw spring-boot:run
表單編譯並執行 Shopizer 管理員查閱 repo README 文件
表單編譯並執行 Shopizer 管理員查閱 repo README 文件
存取無頭 Web 應用程式:http://localhost:8080/swagger-ui.html
上述說明將允許您使用預設設定和配置來運行應用程式。請閱讀有關如何連接 MySQL、設定電子郵件伺服器和設定其他子系統的說明
可用文件 https://shopizer-ecommerce.github.io/documentation/
API文件 https://app.swaggerhub.com/apis-docs/shopizer/shopizer-rest-api/3.0.1#/
ChatOps https://shopizer.slack.com - 加入我們的 Slack 頻道 https://communityinviter.com/apps/shopizer/shopizer
更多資訊請上 shopizer 網站 http://www.shopizer.com
如果您有興趣提供回饋或以任何方式參與 Shopizer 項目,請使用聯絡表單 http://www.shopizer.com/contact.html 並分享您的電子郵件地址,以便我們可以向 Slack 頻道發送邀請
將儲存庫分叉到您的 GitHub 帳戶
$ git clone https://github.com/yourusername/shopizer.git
根據上面提供的步驟建立應用程式
$ git remote add upstream https://github.com/yourusername/shopizer.git
$ git pull upstream 3.2.5
$ git checkout -b branch-name
請開啟 PR(拉取要求),以便將您的變更合併到上游