Compare commits

..

No commits in common. "7bd6a1a7e227ad90a629ce775a36a67d6d449a0d" and "82f810d0725d220b60a7310b9cf3f89869c56de5" have entirely different histories.

3 changed files with 19 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
.vscode

15
api-gateway/.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
// 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"
}
]
}

4
api-gateway/.vscode/settings.json vendored Normal file
View File

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