我在春天使用ehcache。我想在離線環境中部署我的應用程序。我知道我可以下載xsd並在xsi:noNamespaceSchemaLocation中指定它的位置。是否有必要有一個XSD?在沒有xsd的離線環境中使用ehcache
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd"
updateCheck="true"
monitoring="autodetect"
dynamicConfig="true">
<cache>
</cache>
</ehcache>