?
This commit is contained in:
parent
7cc9081da0
commit
1eb5ca8366
14
SpringApp/.vscode/launch.json
vendored
Normal file
14
SpringApp/.vscode/launch.json
vendored
Normal file
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user