We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360db94 commit 6e51e91Copy full SHA for 6e51e91
server/api-service/README.md
@@ -65,6 +65,20 @@ Make sure that the apllication settings file contains the full local configurati
65
Navigate to the file server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/ServerApplication.java
66
This is the main class. Now you can use the IDE to "run" it or "debug it".
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
82
## Using IntelliJ IDEA
83
84
Configure the Run/Debug configuration as shown below.
0 commit comments