Without -Dspring.profiles.active=dev, launching from VS Code used the prod defaults (Swagger disabled, no test data, no SQL logging). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
562 B
JSON
16 lines
562 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "Familienarchiv (dev)",
|
|
"request": "launch",
|
|
"mainClass": "org.raddatz.familienarchiv.FamilienarchivApplication",
|
|
"projectName": "familienarchiv",
|
|
"vmArgs": "-Dspring.profiles.active=dev"
|
|
}
|
|
]
|
|
} |