File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7373
7474> 如果开发者想基于本项目做一些扩展的开发,或者想了解本项目源码,可以参考此章,否则可略过此章。
7575
76- * 可以采用 git clone https://github.com/jpush/jpush-api-java-client.git jpush-api-src 命令下载源码
76+ * 可以采用 ` git clone https://github.com/jpush/jpush-api-java-client.git jpush-api-src ` 命令下载源码
7777* 如果不使用git,可以去release页面下载源码包并解压
7878* 采用eclipse导入下载的源码工程,推荐采用maven的方式,方便依赖包的管理
79- * 假如采用导入普通项目的方式,如果项目报错 ,检查Build Path,Libraries
79+ * 假如采用导入普通项目的方式,项目报错 ,检查Build Path,Libraries
8080 * 依赖jar包都在libs目录下可以找到,没有加入的请添加到Build Path,Libraries
8181 * 默认采用了log4j做日志框架,开发者可根据自己需求替换logback、commons-logging等日志框架
82- * 极个别情况下,test目录如果报错 ,请手动添加test的依赖jar包mockwebserver-2.0.0.jar、okhttp-2.0.0.jar、okio-1.0.0.jar
82+ * 极个别情况下,如果test目录报错 ,请手动添加test的依赖jar包mockwebserver-2.0.0.jar、okhttp-2.0.0.jar、okio-1.0.0.jar
8383
8484### 构建本项目
8585
You can’t perform that action at this time.
0 commit comments