File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,20 @@ Make sure that the apllication settings file contains the full local configurati
65
65
Navigate to the file server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/ServerApplication.java
66
66
This is the main class. Now you can use the IDE to "run" it or "debug it".
67
67
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
+
68
82
## Using IntelliJ IDEA
69
83
70
84
Configure the Run/Debug configuration as shown below.
You can’t perform that action at this time.
0 commit comments