This commit is contained in:
CSKIM
2026-05-07 09:44:53 +09:00
parent ed16fdafe6
commit 348288caeb
607 changed files with 7618 additions and 248 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Spring Boot 실행",
"request": "launch",
"mainClass": "com.example.Application",
"projectName": "demo",
"cwd": "${workspaceFolder}",
"vmArgs": "-Dspring.profiles.active=local"
}
],
"java.compile.nullAnalysis.mode": "disabled"
}