Skip to content

Commit 892cc47

Browse files
authored
Update README-English.md
1 parent 6f247cf commit 892cc47

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

APIJSON-Java-Server/README-English.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,29 @@ Click *Run* in the bottom.
146146
<br /><br />
147147

148148
**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)
149+
150+
<br />
151+
152+
### 2.5.Test connection<br />
153+
Open [http://localhost:8080/get/{}](http://localhost:8080/get/{}) with a browser<br />
154+
If it shows:
155+
```json
156+
{
157+
"code": 200,
158+
"msg": "success"
159+
}
160+
```
161+
Then it's a success.<br />
162+
163+
If it shows '404 Not Found', please close the firewall of your machine.<br />
164+
Goolge other quetions if they appear.
165+
166+
<br />
167+
168+
169+
### 2.6.Test APIs<br />
170+
Use [APIAuto](http://apijson.cn/api), Postman or another HTTP API test tool, the request form is HTTP POST JSON, see more on the Document <br />
171+
https://github.com/Tencent/APIJSON/blob/master/Document-English.md
172+
173+
<br />
174+

0 commit comments

Comments
 (0)