Skip to content

Commit 3421fce

Browse files
author
FalkWolsky
committed
Updated Readme for Api-Server
1 parent 20c38ea commit 3421fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/api-service/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ The contents should look like this:
4949
"name": "ServerApplication",
5050
"request": "launch",
5151
"mainClass": "org.lowcoder.api.ServerApplication",
52-
"projectName": "Lowcoder API Service",
53-
"vmArgs": "-Dpf4j.mode=development -Dpf4j.pluginsDir=lowcoder-plugins -Dspring.profiles.active=lowcoder -XX:+AllowRedefinitionToAddDeleteMethods --add-opens java.base/java.nio=ALL-UNNAMED"
52+
"projectName": "lowcoder-server",
53+
"vmArgs": "-Dpf4j.mode=development -Dpf4j.pluginsDir=server/api-service/lowcoder-plugins -Dspring.profiles.active=lowcoder-local-dev -XX:+AllowRedefinitionToAddDeleteMethods --add-opens java.base/java.nio=ALL-UNNAMED"
5454
}
5555
],
5656
}

0 commit comments

Comments
 (0)