Skip to content

Commit 36a6841

Browse files
authored
Update README.md
1 parent d0011cd commit 36a6841

1 file changed

Lines changed: 46 additions & 6 deletions

File tree

README.md

Lines changed: 46 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,17 +196,57 @@ Clone or download > Download ZIP > Unzip to a path and remember it.
196196

197197
### 2.Import MySQL table files
198198

199-
Start MySQLWorkbench > Enter a connection > Click Server menu > Data Import > Select the path
199+
Start MySQLWorkbench > Enter a connection > Click Server menu > Data Import > Select the path of APIJSON-Master/table > Start Import > Refresh SCHEMAS, and you'll see the tables were already added.
200200

201-
of APIJSON-Master/table > Start Import > Refresh SCHEMAS, and you'll see the tables were already added.
201+
### 3.Run Server project with Eclipse for JavaEE or IntellIJ IDEA Ultimate
202202

203-
### 3.Run Server project with IntellIJ IDEA Ultimate
203+
If you haven't installed any editor above, please download and install one before run. JDK 1.8 is not supported yet, and 1.7 is suggested.<br />
204+
My config is Windows 7 + JDK 1.7.0_71 + Eclipse 4.6.1 + IntellIJ 2016.3 and OSX EI Capitan + JDK 1.7.0_71 + Eclipse 4.6.1 + IntellIJ 2016.2.5. The systems and softwares are all 64 bit.
204205

205-
If you haven't installed it, please download and install before run.
206+
#### Eclipse for JavaEE
206207

207-
### 4.Run Client project with ADT or Android Studio
208+
1.Import
208209

209-
If you haven't installed any editor above, please download and install one before run.
210+
File > Import > Maven > Existing Maven Projects > Next > Browse > Select the path of APIJSON-Master/APIJSON(Server)/APIJSON(Eclipse_JEE) > Finish
211+
212+
2.Run
213+
214+
Run > Run As > Java Application > Select APIJSONApplication > OK
215+
216+
#### IntellIJ IDEA Ultimate
217+
218+
1.Import
219+
220+
Open > Select the path of APIJSON-Master/APIJSON(Server)/APIJSON(Idea) > OK
221+
222+
2.Run
223+
224+
Run > Run APIJSONApplication
225+
226+
### 4.Run Client project with ADT Bundle or Android Studio
227+
228+
If you haven't installed any editor above, please download and install one before run. You can skip this step and download the Client App below.<br />
229+
My config is Windows 7 + JDK 1.7.0_71 + ADT Bundle 20140702 + Android Studio 2.2 and OSX EI Capitan + JDK 1.7.0_71 + ADT Bundle 20140702 + Android Studio 2.1.2. The systems and softwares are all 64 bit.
230+
231+
#### ADT Bundle
232+
233+
1.Import
234+
235+
File > Import > Android > Existing Android Code Into Workspace > Next > Browse > Select the path of APIJSON-Master/APIJSON(Android)/APIJSON(ADT) > Finish
236+
237+
2.Run
238+
239+
Run > Run As > Android Application
240+
241+
#### Android Studio
242+
243+
1.Import
244+
245+
Open an existing Android Studio project > Select the path of APIJSON-Master/APIJSON(Android)/APIJSON(AndroidStudio) > OK
246+
247+
2.Run
248+
249+
Run > Run app
210250

211251
### 5.Operate Client app
212252

0 commit comments

Comments
 (0)