We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently templates dir is hardcoded: src/main/java/. See ninja.template.TemplateEngineFreemarker#srcDir.
src/main/java/
ninja.template.TemplateEngineFreemarker#srcDir
Though, a best practice in Java project is storing such resources in src/main/resources.
src/main/resources
I suggest at least to make it configurable.
The text was updated successfully, but these errors were encountered:
Sounds like a good idea :) PRs are really welcome. Let us know if we can help in any way!
Sorry, something went wrong.
yes, I will prepare a PR.
No branches or pull requests
Currently templates dir is hardcoded:
src/main/java/
. Seeninja.template.TemplateEngineFreemarker#srcDir
.Though, a best practice in Java project is storing such resources in
src/main/resources
.I suggest at least to make it configurable.
The text was updated successfully, but these errors were encountered: