최초 세팅

This commit is contained in:
bd091
2025-10-18 11:06:19 +09:00
commit bf0778601f
2497 changed files with 572903 additions and 0 deletions

14
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"configurations": [
{
"type": "java",
"name": "Spring Boot-MadeuApplication<madeu>",
"request": "launch",
"cwd": "${workspaceFolder}",
"mainClass": "com.madeu.MadeuApplication",
"projectName": "madeu",
"args": "",
"envFile": "${workspaceFolder}/.env"
}
]
}