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
*[2.3 Installing with IntellIJ IDEA Ultimate](#2.3)
45
-
*### [3.Client-side deployment with ADT Bundle or Android Studio](#3)
44
+
*### [3. Client-side deployment](#3)
45
+
*[3.1 For Android](#3.1)
46
+
*[3.2 For iOS](#3.2)
47
+
*[3.3 For Javascript](#3.3)
46
48
47
49
*### [5.Extra](#5)
48
50
*[5.1 Recommend](#5.1)
@@ -152,19 +154,15 @@ Response:
152
154
153
155
<br />
154
156
155
-
156
-
157
157
[Test it online](http://apijson.cn/)
158
158
159
159
<br />
160
-
<br />
161
-
162
160
163
161
## <h2id="2">2.Server-side deployment<h2/>
164
162
165
163
You can use either Eclipse for JavaEE or IntelllJ IDEA Ultimate to make installation. For both, first download the project and save it to a path.
166
164
167
-
### <h3id="2.1">2.1 Using Eclipse to make installation<h3/>
165
+
### <h3id="2.1">2.1 Installing with Eclipse<h3/>
168
166
169
167
#### <h4id="2.1.1">2.1.1 prerequisites<h4/>
170
168
@@ -222,7 +220,7 @@ My config is Windows 7 + MySQL Community Server 5.7.16 + MySQLWorkbench 6.3.7 an
222
220
223
221
Start *MySQLWorkbench > Enter a connection > Click Server menu > Data Import > Select the path of your .sql file > Start Import > Refresh SCHEMAS*. Now you should see tables are added successfully.
224
222
225
-
### <h3id="2.3">2.3 Using IntellIJ IDEA Ultimate to make the installation<h3/>
223
+
### <h3id="2.3">2.3 Installing with IntellIJ IDEA Ultimate<h3/>
226
224
227
225
#### <h4id="2.3.1">2.3.1 Opening the project<h4/>
228
226
@@ -242,9 +240,11 @@ Click *Run* in the bottom.
242
240
**Note**: After running, you should see APIJSON test logs and in the last, it would show ‘APIJSON已启动’. If it shows ‘address already in use’, that means port 8080 has been used . You need tochange the port. See [how to change ports for a Spring Boot Application.](https://stackoverflow.com/questions/21083170/how-to-configure-port-for-a-spring-boot-application)
243
241
244
242
245
-
### <h3id="3">3.Client-side deployment with [ADT Bundle](https://stuff.mit.edu/afs/sipb/project/android/docs/sdk/installing/bundle.html) or [Android Studio](https://developer.android.com/studio)<h3/>
246
-
247
-
Make sure you have either one installed.<br />
243
+
## <h2id="3">3. Client-side deployment<h2/>
244
+
245
+
### <h3id="3.1">3.1 For Android<h3/>
246
+
247
+
Make sure you have either [ADT Bundle](https://stuff.mit.edu/afs/sipb/project/android/docs/sdk/installing/bundle.html) or [Android Studio](https://developer.android.com/studio) installed.<br />
248
248
249
249
My config: 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) + (JDK 1.8.0_91 + Android Studio 2.1.2). All the systems and software are 64 bit.<br />
250
250
@@ -254,9 +254,22 @@ My config: Windows 7 + JDK 1.7.0_71 + ADT Bundle 20140702 + Android Studio 2.2
254
254
* 2.Running<br />
255
255
*Run > Run app*
256
256
257
-
* 3.Testing <br />
257
+
*3.Testing <br />
258
258
In the browser, send a request to the server. It should return with the result.
259
259
If the default url is not available, change it to an available one, such as an IPV4 address that is running the server of the APIJSON project. Then click the request button again.
260
+
<br />
261
+
262
+
### <h3id="3.2">3.2 For iOS<h3/>
263
+
264
+
Open xCode, then *APIJSON-Master/APIJSON-iOS/APIJSON-Swift > Open*<br/>
265
+
266
+
In xCode, *Product > Run*
267
+
268
+
### <h3id="3.3">3.3 For Javascript<h3/>
269
+
270
+
You can use either an IDE or text editor like sublime, Atom, etc. Webstorm is recommended.<br/>
271
+
While using a text editor, you just open the .html file in the APIJSON-JS folder.<br/>
272
+
You can also open it with Vue javascript framework. Click [here](https://vuejs.org/) to learn more.
0 commit comments