Project

General

Profile

Download (1.11 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns="http://www.springframework.org/schema/beans"
3
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
4
  xmlns:tx="http://www.springframework.org/schema/tx"
5
  xsi:schemaLocation="http://www.springframework.org/schema/beans
6
    http://www.springframework.org/schema/beans/spring-beans-4.3.xsd
7
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3.xsd
8
    http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.3.xsd
9
    ">
10
  <!-- 
11
    NOTE: 
12
    For a detailed overview on the spring MVC and application context configuration and 
13
    bootstrapping of this web application see: 
14
    http://dev.e-taxonomy.eu/trac/wiki/cdmlib-remote-webappConfigurationAndBootstrapping
15
   -->
16
  <!-- 
17
    Initialize SpringMVCConfig and its dependency SpringSwaggerConfig.
18
    All further component scans are defined in this mvc configuration class 
19
  -->
20
  <context:component-scan base-package="eu/etaxonomy/cdm/remote/config" />
21
</beans>
(3-3/9)