This commit is contained in:
2025-12-15 19:06:22 +00:00
commit 2ba58a391f
148 changed files with 13334 additions and 0 deletions

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

@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "FamilienarchivApplication",
"request": "launch",
"mainClass": "org.raddatz.familienarchiv.FamilienarchivApplication",
"projectName": "familienarchiv"
}
]
}

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"java.configuration.updateBuildConfiguration": "interactive",
"java.compile.nullAnalysis.mode": "automatic"
}