日期:2014-05-16 浏览次数:20588 次
java -jar liquibase.jar update
#liquibase.properties driver: com.mysql.jdbc.Driver classpath: jdbcdriver.jar changeLogFile:changelog.xml url:jdbc:mysql://192.168.0.182:3306/bbscs8?useUnicode=true&characterEncoding=UTF-8 username:root1 password:testroot
<?xml version="1.0" encoding="UTF-8"?> <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog/1.7" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog/1.7 http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.7.xsd"> </databaseChangeLog>