Skip to content

AppsuarArchetypes JAVA

NewYoung edited this page Aug 13, 2020 · 4 revisions

新手上路

依赖安装软件

  1. IDEA
  2. JAVA1.8
  3. Git

克隆基础项目到本地并编译

  1. (可能因为国内网络问题导致下载失败, 请重试几次)
  2. 执行命令 “git clone https://github.com/shenliuyang/appsugar-web-archetypes-kotlin.git”
  3. 待克隆完成后,执行进入目录命令 " cd appsugar-web-archetypes-kotlin/"
  4. 进入该项目后执行编译命令 windows: “gradlew build” linux-mac “./gradlew build”
  5. 第一次编译会消耗很多时间,系统需要下载对应编译工具与项目所依赖的jar包.
  6. 直至控制台出现BUILD SUCCESSFUL.标志着编译成功. 进入下一步.
Clone this wiki locally