added devcontainers

This commit is contained in:
2025-06-02 15:03:04 +02:00
parent 4313346efe
commit 6aaf7c8b8c
3 changed files with 25 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "Java 21 Dev Container",
"image": "mcr.microsoft.com/openjdk/jdk:21-ubuntu",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"installMaven": "true"
}
},
"customizations": {
"jetbrains": {
"backend": "IntelliJ"
}
},
"workspaceFolder": "/workspace"
}