Skip to content

Commit 6e51e91

Browse files
author
FalkWolsky
committed
Updating Readme about root status message
1 parent 360db94 commit 6e51e91

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

server/api-service/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,20 @@ Make sure that the apllication settings file contains the full local configurati
6565
Navigate to the file server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/ServerApplication.java
6666
This is the main class. Now you can use the IDE to "run" it or "debug it".
6767

68+
You should see after approx a minute "Server Started" in the Logs and can then access the API via http://localhost:8080
69+
70+
Before v2.4.0 you will get a HTTP Status 404 (which is ok in case).
71+
72+
From v2.4.1 on you should see the status message:
73+
74+
```JSON
75+
{
76+
"code": 1,
77+
"message": "Lowcoder API is up and runnig",
78+
"success": true
79+
}
80+
```
81+
6882
## Using IntelliJ IDEA
6983

7084
Configure the Run/Debug configuration as shown below.

0 commit comments

Comments
 (0)