Merge branch 'develop' into testing
This commit is contained in:
commit
7bd6a1a7e2
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.vscode
|
15
api-gateway/.vscode/launch.json
vendored
15
api-gateway/.vscode/launch.json
vendored
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
4
api-gateway/.vscode/settings.json
vendored
4
api-gateway/.vscode/settings.json
vendored
@ -1,4 +0,0 @@
|
||||
{
|
||||
"java.configuration.updateBuildConfiguration": "interactive",
|
||||
"maven.view": "hierarchical"
|
||||
}
|
Loading…
Reference in New Issue
Block a user