File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
src/main/resources/spring Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments