Skip to content

Commit

Permalink
fixes #455 update config.yml in testing for typos (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Jul 31, 2020
1 parent d153aac commit 5553124
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "api-customers",
"version": "1.0.0",
"groupId": "com.cibc.api",
"groupId": "com.example.api",
"artifactId": "api-customers",
"rootPackage": "com.cibc.apif.customers",
"handlerPackage":"com.cibc.apif.customers.handler",
"modelPackage":"com.cibc.apif.customers.model",
"rootPackage": "com.example.customers",
"handlerPackage":"com.example.customers.handler",
"modelPackage":"com.example.customers.model",
"overwriteHandler": false,
"overwriteHandlerTest": false,
"overwriteModel": true,
Expand All @@ -25,14 +25,14 @@
},
"supportH2ForTest": false,
"supportClient": true,
"dockerOrganization": "cibc-api",
"dockerOrganization": "networknt",
"generateEnvVars": {
"generate": true,
"skipArray": true,
"skipMap": true,
"exclude": [
"service.yml",
"handerl.yml",
"handler.yml",
"values.yml"
]
}
Expand Down
2 changes: 1 addition & 1 deletion light-rest-4j/src/test/resources/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"skipArray": true,
"skipMap": true,
"exclude": [
"handerl.yml",
"handler.yml",
"values.yml"
]
},
Expand Down

0 comments on commit 5553124

Please sign in to comment.