generator-nokode 1.0.14 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,4 +18,7 @@ email.ssl.enabled=true
18
18
  ## AWS S3
19
19
  aws.s3.access.key=xxxxxxxxxxxxxxxx
20
20
  aws.s3.secret.key=xxxxxxxxxxxxxxxx
21
- aws.s3.region=ap-south-1
21
+ aws.s3.region=ap-south-1
22
+
23
+ ## OpenAPI/Swagger
24
+ springdoc.default-flat-param-object=true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-nokode",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "A Yeoman generator for creating Spring Boot applications with Nokode framework",
5
5
  "main": "index.js",
6
6
  "type": "module",