From 1eb5ca836670a34178fd95a5a899b5281f5b3ecb Mon Sep 17 00:00:00 2001 From: Zakharov_Rostislav Date: Wed, 3 Apr 2024 11:54:31 +0400 Subject: [PATCH] ? --- SpringApp/.vscode/launch.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SpringApp/.vscode/launch.json diff --git a/SpringApp/.vscode/launch.json b/SpringApp/.vscode/launch.json new file mode 100644 index 0000000..b1e2afa --- /dev/null +++ b/SpringApp/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + "configurations": [ + { + "type": "java", + "name": "Library", + "request": "launch", + "cwd": "${workspaceFolder}", + "mainClass": "com.ip.library.LibraryApplication", + "projectName": "library", + "args": "--populate", + "envFile": "${workspaceFolder}/.env" + } + ] +} \ No newline at end of file