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.
<#assign x=${size}>
上記のftlファイルでは、コードはxにjava fikleからのサイズテンプレートの値を与えませんが、変数xに等しいサイズの値を取得するにはどうすればよいですか?
そこで使う必要はありません${}。
${}
ただ書いて<#assign x = size>ください。
<#assign x = size>