Hi Steve,
I wrote a simple Open API spec and I am using light-codegen to generate my project however I get the following error: Invalid framework light-rest-4j
When I follow the documentation and I run the sample swagger.json I also get the same error.
https://doc.networknt.com/tutorial/generator/openapi/
java -jar codegen-cli/target/codegen-cli.jar -f light-rest-4j -o /tmp/gen -m light-rest-4j/src/test/resources/swagger.json -c light-rest-4j/src/test/resources/config.json
Hi Steve,
I wrote a simple Open API spec and I am using light-codegen to generate my project however I get the following error: Invalid framework light-rest-4j
When I follow the documentation and I run the sample swagger.json I also get the same error.
https://doc.networknt.com/tutorial/generator/openapi/
java -jar codegen-cli/target/codegen-cli.jar -f light-rest-4j -o /tmp/gen -m light-rest-4j/src/test/resources/swagger.json -c light-rest-4j/src/test/resources/config.json