peternameyakj
2024-07-21 25e1d54f2295934446473fe85cf022fa6140b4e0
src/main/resources/spring/applicationContext-redis.xml
@@ -27,6 +27,8 @@
         ref="redisHandlerThreadRejectExecutingHandler" />
   </bean>
   <bean id="sysLogService" class="project.log.internal.SysLogServiceImpl"/>
   <bean id="redisHandlerThreadRejectExecutingHandler"
      class="kernel.util.RejectExecutionHandlerDelegator">
      <property name="rejectExecutionHandlers">
@@ -37,6 +39,7 @@
         </list>
      </property>
   </bean>
</beans>