domingo, 16 de junio de 2013

Spring configuration XML Schemas

All the spring schemas can be found in here

Example of use:
<?xml version="1.0" encoding="UTF-8"?>
 xmlns:context="http://www.springframework.org/schema/context"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="
        http://www.springframework.org/schema/context 
        http://www.springframework.org/schema/context/spring-context-3.2.xsd">

 <context:component-scan base-package="com.blogspot.gustavoalberola" />
</beans>

0 comentarios:

Publicar un comentario