18 lines
1.1 KiB
XML
18 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:aop="http://www.springframework.org/schema/aop"
|
|
xmlns:context="http://www.springframework.org/schema/context"
|
|
xmlns:task="http://www.springframework.org/schema/task"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
|
|
http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd
|
|
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
|
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
|
|
|
|
<!-- 扫描controller -->
|
|
<!-- <context:component-scan base-package="com.nationalelectric.greenH5" /> -->
|
|
<context:component-scan base-package="com.nationalelectirc" />
|
|
<!-- <task:annotation-driven/> -->
|
|
<task:annotation-driven scheduler="scheduler"/>
|
|
<task:scheduler id="scheduler" pool-size="50" />
|
|
</beans> |