5 Star 48 Fork 40

EdgeGallery / appstore-be

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README_en.md 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
helongfei 提交于 2022-08-04 11:29 . 更新readme

AppStore-be

License Jenkins

AppStoreIs the developer release and go onlineAppApplied market,UploadAppAfter the package, it must first pass the test,Only apps that pass the test can be officially launched。AppStoreDivided into two parts: front and back,AppStore-beIs the background part,Provide interface call, AppStore-feIs the front desk part,Provide interface display。relatedAppStoreFor a detailed introduction to the architecture, please refer toAppStore_Overview

Run locally

To better help developers understand and useAppStore-be,We provideAppStore_Setting Up Local Development Environment Instruct developers how to quickly start locally、runAppStoreproject。

Compile and build

AppStore-beThe project is based ondockerContainerized transformation,There are two steps when compiling and building.

  • Compile

AppStore-beis based onjdk1.8withmavenWrittenJavaprogram,Compilation only needs to be executedmvn installCan be compiled,generatejarpackage

  • Compile parent dependency repository

    • Pull code
       git clone https://gitee.com/edgegallery/eg-parent.git
    • install dependencies
       mvn clean install
  • Compile Appstore-be

    • Pull code
       git clone https://gitee.com/edgegallery/appstore-be.git
    • install dependencies
       maven clean install
      
  • Build image

AppStore-beThe project provides mirrored productiondockerfilefile,You can use the following commands when making a mirror

docker build -t appstore-be:latest -f docker/Dockerfile .
Java
1
https://gitee.com/edgegallery/appstore-be.git
git@gitee.com:edgegallery/appstore-be.git
edgegallery
appstore-be
appstore-be
master

搜索帮助