Skip to content

Commit

Permalink
update openapi specs
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Oct 26, 2024
1 parent a120001 commit 8ddfcc5
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 632 deletions.
24 changes: 24 additions & 0 deletions server/application-server/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
// 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": "Current File",
"request": "launch",
"mainClass": "${file}"
},
{
"type": "java",
"name": "Application",
"request": "launch",
"mainClass": "de.tum.in.www1.hephaestus.Application",
"projectName": "hephaestus",
"env": {
"SPRING_PROFILES_ACTIVE": "local"
},
}
]
}
Loading

0 comments on commit 8ddfcc5

Please sign in to comment.