When converting properties configuration to yaml files (e.g. with micro-infra-spring) it could be desired to not copy password as is to prevent (make it more difficult) commiting passwords to Git (before making an encryption).
Proposal. Values from fields with name "password" (containing password? ending with password?) should be replaces with value "INSERT_ENCRYPTED_PASSWORD_MANUALLY" (or something like that). Probably it could be a default behavior with an ability to disabled it.