added devcontainers
This commit is contained in:
15
server/.devcontainer/devcontainer.json
Normal file
15
server/.devcontainer/devcontainer.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user