Files
slot/server/.devcontainer/devcontainer.json
2025-06-02 15:03:04 +02:00

16 lines
310 B
JSON

{
"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"
}