Stephen Friedrich
Stephen Friedrich
Options "exportAsEs6Default" and "exportAsDefault" work the same way as in html-loader.
Fixes #116 (Basic Authentication)
Would be nice to have the sql tag id updated as well, if I refactor-rename a method in a java mapper interface. (Or vice-versa: Let me refactor-rename in XML and...
It's great that I can easily navigate from a mapper interface method to the corresponding statement in my mapper's xml file. However currently that's a one-way street. Please provide an...
If a method in a mapper interface has no corresponding tag in the XML a warning would be very nice. Same for a mybatis select/update/delete tag without a corresponding java...
Trying to get started with code generation. Created a new gradle subproject with my openapi.yaml and these files straight out of the docs: build.gradle: ```` plugins { id 'io.openapiprocessor.openapi-processor' version...