Showing
1 changed file
with
1 additions
and
1 deletions
@@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
17 | </bean> | 17 | </bean> |
18 | 18 | ||
19 | <bean id="maliciousIpJob" class="com.monitor.other.maliciousip.job.MaliciousIpJob" | 19 | <bean id="maliciousIpJob" class="com.monitor.other.maliciousip.job.MaliciousIpJob" |
20 | - > | 20 | + init-method="init"> |
21 | </bean> | 21 | </bean> |
22 | 22 | ||
23 | <bean id="redisReadUtil" class="com.monitor.other.maliciousip.util.RedisReadUtil" /> | 23 | <bean id="redisReadUtil" class="com.monitor.other.maliciousip.util.RedisReadUtil" /> |
-
Please register or login to post a comment