Skip to content

Commit bb083f7

Browse files
author
FalkWolsky
committed
Updating Readme Files for API-Service and Node-Service 2
1 parent 4b8ee93 commit bb083f7

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

server/api-service/README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,6 @@ 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-
## Build and start the Lowcoder server jar
69-
70-
1. Clone Lowcoder repository
71-
2. Next, execute the following commands in sequence
72-
73-
```shell
74-
cd server/api-service
75-
76-
mvn clean package
77-
78-
java -Dpf4j.mode=development -Dspring.profiles.active=lowcoder -Dpf4j.pluginsDir=lowcoder-plugins -jar lowcoder-server/target/lowcoder-api-service.jar
79-
```
80-
81-
82-
Now, you can check the status of the service by visiting http://localhost:8080 through your browser. By default, you should see an HTTP 404 error.
83-
8468
## Unsing IntelliJ IDEA
8569

8670
Configure the Run/Debug configuration as shown below.
@@ -113,4 +97,21 @@ mvn clean package
11397

11498
After Maven package runs successfully, you can start the Lowcoder server with IntelliJ IDEA.
11599

100+
101+
## Build and start the Lowcoder server jar
102+
103+
1. Clone Lowcoder repository
104+
2. Next, execute the following commands in sequence
105+
106+
```shell
107+
cd server/api-service
108+
109+
mvn clean package
110+
111+
java -Dpf4j.mode=development -Dspring.profiles.active=lowcoder -Dpf4j.pluginsDir=lowcoder-plugins -jar lowcoder-server/target/lowcoder-api-service.jar
112+
```
113+
114+
115+
Now, you can check the status of the service by visiting http://localhost:8080 through your browser.
116+
116117
For information on how to contribute to Lowcoder, please view our [Contribution Guide](https://docs.lowcoder.cloud/lowcoder-documentation/lowcoder-extension/opensource-contribution).

0 commit comments

Comments
 (0)