Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
速度テンプレートとして使用したいテキスト ファイルが多数ありますが、変数の実際の表記は {my_variable_x} です。
デフォルトの Velocity テンプレートでは、次のようになります: $my_variable_x
従来の $variable とは異なる表記法を使用するように速度を構成する方法はありますか?
ユーザー ガイドと開発者ガイドを読みましたが、問題に関連するものは見つかりませんでした。