-Cleaning up the build - moving to Spring 2.1-m3
-Refactored for more modularization of the flows
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
version="1.0">
|
||||
<persistence-unit name="bookingDatabase">
|
||||
<provider>org.hibernate.ejb.HibernatePersistence</provider>
|
||||
<class>org.springframework.webflow.samples.booking.User</class>
|
||||
<class>org.springframework.webflow.samples.booking.Booking</class>
|
||||
<class>org.springframework.webflow.samples.booking.Hotel</class>
|
||||
<class>org.springframework.webflow.samples.booking.model.User</class>
|
||||
<class>org.springframework.webflow.samples.booking.model.Booking</class>
|
||||
<class>org.springframework.webflow.samples.booking.model.Hotel</class>
|
||||
<properties>
|
||||
<property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/>
|
||||
<property name="hibernate.hbm2ddl.auto" value="create-drop" />
|
||||
|
||||
Reference in New Issue
Block a user