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.
dbunitデータセットに改行を挿入する方法は?このような:
<user id="1" story="first line second line third line"/>
このようにすると、dbのフィールドストーリーはスペースだけで分割されて表示されますが、改行が必要です。
Upps、私は解決策を見つけました:
<user id="1" story="first line second line third line"/>