Skip to content

Commit 40dc6e3

Browse files
committed
remove redundant
1 parent d3ceb4b commit 40dc6e3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/main/resources/spring/spring-context.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@
2222
<context:exclude-filter type="annotation" expression="org.springframework.web.bind.annotation.ControllerAdvice" />
2323
</context:component-scan>
2424

25-
<!--<bean id="threadPoolTaskExecutor"-->
26-
<!--class="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor">-->
27-
<!--<property name="corePoolSize" value="1" />-->
28-
<!--<property name="maxPoolSize" value="10" />-->
29-
<!--<property name="queueCapacity" value="50" />-->
30-
<!--<property name="threadNamePrefix" value="task-" />-->
31-
<!--<property name="keepAliveSeconds" value="30" />-->
32-
<!--</bean>-->
33-
34-
<!--<task:annotation-driven executor="threadPoolTaskExecutor"></task:annotation-driven>-->
35-
3625
<bean id="configProperties"
3726
class="org.springframework.beans.factory.config.PropertiesFactoryBean">
3827
<property name="locations">

0 commit comments

Comments
 (0)