14 lines
430 B
JSON
14 lines
430 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "Spring Boot-CipherStreamAPI<cipherstream-api>",
|
|
"request": "launch",
|
|
"cwd": "${workspaceFolder}",
|
|
"mainClass": "com.mattrixwv.cipherstream.CipherStreamAPI",
|
|
"projectName": "cipherstream-api",
|
|
"args": "--spring.config.additional-location=local/application.properties --logging.config=local/log4j2-spring.xml",
|
|
"envFile": "${workspaceFolder}/.env"
|
|
}
|
|
]
|
|
} |