liquibase数据整理
代码如下
java -jar liquibase.jar update
#liquibase.propertiesdriver: com.mysql.jdbc.Driverclasspath: jdbcdriver.jarchangeLogFile:changelog.xmlurl:jdbc:mysql://192.168.0.182:3306/bbscs8?useUnicode=true&characterEncoding=UTF-8username:root1password: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>