You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say I want lazybones to replace ${appname} with the name of the app I'm generating, but I want lazybones to ignore ${configTime} so that the resultant YAML file might look like:
Any recommendations/hacks/workaround for when the post-templated file needs to have
${...}
-style tokens in it that should be ignored by lazybones?For example, a sample
application.yml
file for a Spring Boot app:Say I want lazybones to replace
${appname}
with the name of the app I'm generating, but I want lazybones to ignore${configTime}
so that the resultant YAML file might look like:Any suggestions here? Thanks!
The text was updated successfully, but these errors were encountered: