-
Notifications
You must be signed in to change notification settings - Fork 0
AppsuarArchetypes JAVA
NewYoung edited this page Aug 13, 2020
·
4 revisions
- IDEA
- JAVA1.8
- Git
- (可能因为国内网络问题导致下载失败, 请重试几次)
- 执行命令 “git clone https://github.com/shenliuyang/appsugar-web-archetypes-kotlin.git”
- 待克隆完成后,执行进入目录命令 " cd appsugar-web-archetypes-kotlin/"
- 进入该项目后执行编译命令 windows: “gradlew build” linux-mac “./gradlew build”
- 第一次编译会消耗很多时间,系统需要下载对应编译工具与项目所依赖的jar包.
- 直至控制台出现BUILD SUCCESSFUL.标志着编译成功. 进入下一步.