https://github.com/jmchilton/TINT
Raw File
Tip revision: ddfade25698c1f83a5a57730037d9c07865686bf authored by John Chilton on 14 October 2013, 15:31:43 UTC
Rev to version 1.19.20. Small fixes to LTQ-iQuant, SFTP server, etc...
Tip revision: ddfade2
context.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:tx="http://www.springframework.org/schema/tx"
       xmlns:util="http://www.springframework.org/schema/util"
       xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd">

  <aop:aspectj-autoproxy/>
  <context:annotation-config />
  
  <context:component-scan base-package="fill" />
  
</beans>
back to top