This commit is contained in:
2026-09-16 17:44:52 +05:00
parent a960bec06c
commit 6c16140f0c
18 changed files with 858 additions and 0 deletions
+7
View File
@@ -1,5 +1,12 @@
{
"configurations": [
{
"type": "java",
"name": "SecondAppApplication",
"request": "launch",
"mainClass": "com.testapp.SecondApp.SecondAppApplication",
"projectName": ""
},
{
"type": "java",
"name": "Spring Boot-MirstAppApplication<MirstApp>",
+7
View File
@@ -0,0 +1,7 @@
{
"java.debug.settings.onBuildFailureProceed": true,
"java.compile.nullAnalysis.mode": "automatic",
"cSpell.words": [
"testapp"
]
}