Skip to content

Commit 41040fd

Browse files
committed
🔵other: vscode settings
1 parent 768dd4f commit 41040fd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.vscode/launch.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"configurations": [
3+
{
4+
"type": "java",
5+
"name": "Spring Boot-CrudSpringApplication<crud-spring>",
6+
"request": "launch",
7+
"cwd": "${workspaceFolder}",
8+
"mainClass": "com.loiane.CrudSpringApplication",
9+
"projectName": "crud-spring",
10+
"args": "",
11+
"envFile": "${workspaceFolder}/.env"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)