File tree 1 file changed +4
-3
lines changed
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
35
35
git@github.com:lowcoder-org/lowcoder.git
36
36
```
37
37
38
- ## Unsing VS Code
38
+ ## Using VS Code
39
39
40
40
Create a launch.json file in the .vscode folder of your new opened workspace.
41
41
The contents should look like this:
@@ -65,7 +65,7 @@ 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
- ## Unsing IntelliJ IDEA
68
+ ## Using IntelliJ IDEA
69
69
70
70
Configure the Run/Debug configuration as shown below.
71
71
@@ -91,7 +91,8 @@ Configure the Run/Debug configuration as shown below.
91
91
Next, execute the following commands in sequence
92
92
93
93
``` shell
94
- cd server
94
+ cd server/api-service
95
+
95
96
mvn clean package
96
97
```
97
98
You can’t perform that action at this time.
0 commit comments