You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+46-6Lines changed: 46 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,17 +196,57 @@ Clone or download > Download ZIP > Unzip to a path and remember it.
196
196
197
197
### 2.Import MySQL table files
198
198
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.
200
200
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
202
202
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.
204
205
205
-
If you haven't installed it, please download and install before run.
206
+
#### Eclipse for JavaEE
206
207
207
-
### 4.Run Client project with ADT or Android Studio
208
+
1.Import
208
209
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
0 commit comments