Skip to content

Commit

Permalink
Fix launch.json project name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkazama committed Sep 11, 2024
1 parent 083257b commit c89d409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"cwd": "${workspaceFolder}",
"console": "internalConsole",
"mainClass": "sample.Application",
"projectName": "ddd-java",
"projectName": "workspace",
"args": "-Xmx128m",
"env": {
"SHOW_SQL": "true",
"DDL_AUTO": "create-drop",
"MAIL_ENABLED": "false",
"MANAGEMENT_EXPOSURE": "*",
},
"MANAGEMENT_EXPOSURE": "*"
}
}
]
}

0 comments on commit c89d409

Please sign in to comment.