在我春天的应用程序上下文中,我定义了一个地图:
<util:map map-class="java.util.concurrent.ConcurrentHashMap">
<entry key="test" value="here I need to add new line" />
</util:map>
在价值上我需要添加新行:
我尝试:
<entry key="test" value="s
s" />
或者
<entry key="test" value="s\ns" />
但没有成功
请帮我