Compare commits
No commits in common. "7bd6a1a7e227ad90a629ce775a36a67d6d449a0d" and "82f810d0725d220b60a7310b9cf3f89869c56de5" have entirely different histories.
7bd6a1a7e2
...
82f810d072
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
.vscode
|
|
15
api-gateway/.vscode/launch.json
vendored
Normal file
15
api-gateway/.vscode/launch.json
vendored
Normal 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
4
api-gateway/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"java.configuration.updateBuildConfiguration": "interactive",
|
||||||
|
"maven.view": "hierarchical"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user