Skip to content

Commit 1c4cd2e

Browse files
author
FalkWolsky
committed
Updating Readme File for API-Service
1 parent bb083f7 commit 1c4cd2e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

server/api-service/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Now you can clone the Repository from Github: https://github.com/lowcoder-org/lo
3535
git@github.com:lowcoder-org/lowcoder.git
3636
```
3737

38-
## Unsing VS Code
38+
## Using VS Code
3939

4040
Create a launch.json file in the .vscode folder of your new opened workspace.
4141
The contents should look like this:
@@ -65,7 +65,7 @@ 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-
## Unsing IntelliJ IDEA
68+
## Using IntelliJ IDEA
6969

7070
Configure the Run/Debug configuration as shown below.
7171

@@ -91,7 +91,8 @@ Configure the Run/Debug configuration as shown below.
9191
Next, execute the following commands in sequence
9292

9393
```shell
94-
cd server
94+
cd server/api-service
95+
9596
mvn clean package
9697
```
9798

0 commit comments

Comments
 (0)