From be0b89e3ce73018e1fb437905e1cf26bf26a9927 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 24 Jan 2022 19:34:43 +0100 Subject: add example in spring --- Year_3/TSDWL/SPRING/bank/.vscode/launch.json | 14 ++++++++++++++ Year_3/TSDWL/SPRING/bank/.vscode/settings.json | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 Year_3/TSDWL/SPRING/bank/.vscode/launch.json create mode 100644 Year_3/TSDWL/SPRING/bank/.vscode/settings.json (limited to 'Year_3/TSDWL/SPRING/bank/.vscode') 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", + "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 -- cgit v1.2.3-18-g5258