File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Now you can clone the Repository from Github: https://github.com/lowcoder-org/lo
3535git@github.com:lowcoder-org/lowcoder.git
3636```
3737
38- ## Unsing VS Code
38+ ## Using VS Code
3939
4040Create a launch.json file in the .vscode folder of your new opened workspace.
4141The contents should look like this:
@@ -65,7 +65,7 @@ Make sure that the apllication settings file contains the full local configurati
6565Navigate to the file server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/ServerApplication.java
6666This 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
7070Configure the Run/Debug configuration as shown below.
7171
@@ -91,7 +91,8 @@ Configure the Run/Debug configuration as shown below.
9191Next, execute the following commands in sequence
9292
9393``` shell
94- cd server
94+ cd server/api-service
95+
9596mvn clean package
9697```
9798
You can’t perform that action at this time.
0 commit comments