Translations of this page?:

Spring Integration

LiquiBase は Spring 環境でも、liquibase.spring.SpringMigrator ビーンを宣言することで利用可能です。

<bean id="liquibase" class="liquibase.integration.spring.SpringLiquibase">
      <property name="dataSource" ref="myDataSource" />
      <property name="changeLog" value="classpath:db-changelog.xml" />
 
      <!--
      contexts specifies the runtime contexts to use.
      -->
      <property name="contexts" value="test, production" />
 </bean>
Receive Liquibase Announcements
* indicates required
 
ja/manual/spring.txt · 最終更新: 2011/01/24 08:49 by 182.163.72.84