Springフレームワークを使用している私のアプリケーションでは、environment.xmlの上部に通常の
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd
">
現在、これらの外部URLがダウンした場合に備えて、これらの外部URLへの依存関係を取り除こうとしています。春やJavaライブラリからこれらのXML定義をロードする方法はありますか?はいの場合、どのように?