diff options
Diffstat (limited to 'Year_3/TSDWL/SPRING/bank/.vscode')
-rw-r--r-- | Year_3/TSDWL/SPRING/bank/.vscode/launch.json | 14 | ||||
-rw-r--r-- | Year_3/TSDWL/SPRING/bank/.vscode/settings.json | 3 |
2 files changed, 17 insertions, 0 deletions
diff --git a/Year_3/TSDWL/SPRING/bank/.vscode/launch.json b/Year_3/TSDWL/SPRING/bank/.vscode/launch.json new file mode 100644 index 0000000..3bdc375 --- /dev/null +++ b/Year_3/TSDWL/SPRING/bank/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + "configurations": [ + { + "type": "java", + "name": "Spring Boot-BankApplication<bank>", + "request": "launch", + "cwd": "${workspaceFolder}", + "console": "internalConsole", + "mainClass": "me.dcariotti.bank.bank.BankApplication", + "projectName": "bank", + "args": "" + } + ] +}
\ No newline at end of file diff --git a/Year_3/TSDWL/SPRING/bank/.vscode/settings.json b/Year_3/TSDWL/SPRING/bank/.vscode/settings.json new file mode 100644 index 0000000..c5f3f6b --- /dev/null +++ b/Year_3/TSDWL/SPRING/bank/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "interactive" +}
\ No newline at end of file |