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

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