All Downloads are FREE. Search and download functionalities are using the official Maven repository.

WEB-INF.applicationContext.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:context="http://www.springframework.org/schema/context"
       xmlns:mvc="http://www.springframework.org/schema/mvc"
       xmlns:task="http://www.springframework.org/schema/task" xmlns="http://www.springframework.org/schema/beans"
       xsi:schemaLocation="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
        http://www.springframework.org/schema/mvc
        http://www.springframework.org/schema/mvc/spring-mvc.xsd http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd">
    <mvc:annotation-driven/>

    <context:component-scan base-package="com.deere.example"/>
    <context:component-scan base-package="com.deere.isg.worktracker"/>
    <context:component-scan base-package="com.deere.isg.worktracker.spring"/>

    <mvc:interceptors>
        <bean class="com.deere.isg.worktracker.spring.SpringLoggerHandlerInterceptor"/>
        <bean class="com.deere.isg.worktracker.spring.SpringRequestBouncerHandlerInterceptor"/>
    </mvc:interceptors>

    <task:executor id="executor" pool-size="20"/>
</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy