-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
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
Use Mustache.java for template rendering #9624
Conversation
…ArgumentsReplacer
…eUtilTest Rather than generating code that handles all configuration format, just generates the required code for the chosen configuration format.
@swarajsaaj: If you want to take a look, since you work on #9332 inspired me for these changes. I don't know why, but I can't add you to reviewers :/ |
Awesome work @murdos 👍 , |
...generator/server/springboot/dbmigration/liquibase/test/SpringLiquibaseUtilTest.java.mustache
Outdated
Show resolved
Hide resolved
Adding a bounty as it seems advanced work |
Bounty claimed: https://opencollective.com/generator-jhipster/expenses/208286 |
@murdos : approved |
This brings possibility to do more advanced templating, rather than just arguments replacement.
Use this enhanced templating to simplify generated
SpringLiquibaseUtilTest