Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6e51e91

Browse files
author
FalkWolsky
committed
Updating Readme about root status message
1 parent360db94 commit6e51e91

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 viahttp://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)

[8]ページ先頭

©2009-2025 Movatter.jp