META-INF.cwfdemo-setup-spring.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cwf-demo-setup Show documentation
Show all versions of cwf-demo-setup Show documentation
Perform initial setup of demo web app.
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation= "http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> <beans profile="root"> <bean class="org.hspconsortium.cwf.demo.setup.DemoSetup"> <constructor-arg ref="cwfHibernateDataSource" /> <constructor-arg value="classpath:org/hspconsortium/cwf/demo/setup/setup.sql" /> </bean> </beans> </beans>