Skip to content
Snippets Groups Projects
Commit fd5e3345 authored by ribeaudc's avatar ribeaudc
Browse files

minor: - Add note.

SVN: 9141
parent 03f8c4fe
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,12 @@ ...@@ -11,10 +11,12 @@
http://www.springframework.org/schema/context http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-2.5.xsd"> http://www.springframework.org/schema/context/spring-context-2.5.xsd">
<!--
// Note: obviously it is not possible to have a mix of 'urlMappings' and annotated configuration.
-->
<context:annotation-config /> <context:annotation-config />
<context:component-scan base-package="ch.systemsx.cisd.openbis" <context:component-scan base-package="ch.systemsx.cisd.openbis" use-default-filters="false">
use-default-filters="false">
<context:include-filter type="annotation" <context:include-filter type="annotation"
expression="org.springframework.stereotype.Controller" /> expression="org.springframework.stereotype.Controller" />
</context:component-scan> </context:component-scan>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment