Showing
1 changed file
with
0 additions
and
13 deletions
@@ -4,17 +4,4 @@ | @@ -4,17 +4,4 @@ | ||
4 | xsi:schemaLocation="http://www.springframework.org/schema/beans | 4 | xsi:schemaLocation="http://www.springframework.org/schema/beans |
5 | http://www.springframework.org/schema/beans/spring-beans-4.0.xsd"> | 5 | http://www.springframework.org/schema/beans/spring-beans-4.0.xsd"> |
6 | 6 | ||
7 | - <bean id="dnspodMap" class="org.springframework.beans.factory.config.YamlMapFactoryBean"> | ||
8 | - <property name="resources"> | ||
9 | - <list> | ||
10 | - <value>classpath:dnspod.yml</value> | ||
11 | - </list> | ||
12 | - </property> | ||
13 | - </bean> | ||
14 | - | ||
15 | - <bean id="recordYml" class="com.monitor.switchs.RecordYml"> | ||
16 | - <property name="dnspodMap" ref="dnspodMap" /> | ||
17 | - </bean> | ||
18 | - | ||
19 | - <bean id="tokenContainer" class="com.monitor.switchs.TokenContainer"/> | ||
20 | </beans> | 7 | </beans> |
-
Please register or login to post a comment