2
我已經定義了一個地圖:如何在Spring應用程序上下文在我的應用程序上下文的春天增添新行映射值
<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" />
,但沒有成功
請幫我