init
This commit is contained in:
Vendored
+15
@@ -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"
|
||||
}
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"java.compile.nullAnalysis.mode": "disabled",
|
||||
"java.configuration.updateBuildConfiguration": "automatic"
|
||||
}
|
||||
Reference in New Issue
Block a user