Merge branch 'develop' into testing

This commit is contained in:
Piotr Biernat 2023-06-24 15:38:26 +02:00
commit 7bd6a1a7e2
3 changed files with 1 additions and 19 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.vscode

View File

@ -1,15 +0,0 @@
{
// 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": "Debug App",
"request": "launch",
"mainClass": "com.egommerce.apigateway.Bootstrap",
"projectName": "api-gateway"
}
]
}

View File

@ -1,4 +0,0 @@
{
"java.configuration.updateBuildConfiguration": "interactive",
"maven.view": "hierarchical"
}