Commit aaa24973 authored by 刘鹏程's avatar 刘鹏程

Update liquibase-use.md

parent b8475d63
......@@ -154,9 +154,9 @@ databaseChangeLog(logicalFilePath: "patch.groovy") {
---
HEL1.0中采用了全新的基于 excel 的基础数据维护.
HLS1.0中采用了全新的基于 excel 的基础数据维护.
请参考 `hel-db` 中 hls/core/db/data/2016-09-30-init-data.xlsx
请参考 `hls-db` 中 hls/core/db/data/2016-09-30-init-data.xlsx
excel 数据管理的主要特点有:
......@@ -182,9 +182,9 @@ excel 更直观, 便于维护, 所有的基础数据, 只需要维护一份 exce
```java
public static void main(String[] args) throws Exception {
System.setProperty("db.url", "jdbc:mysql://127.0.0.1:3306/hel");
System.setProperty("db.user", "hel_dev");
System.setProperty("db.password", "hel_dev");
System.setProperty("db.url", "jdbc:mysql://127.0.0.1:3306/hls");
System.setProperty("db.user", "hls_dev");
System.setProperty("db.password", "hls_dev");
System.setProperty("db.override", "true");
ExcelDataLoader processor = new ExcelDataLoader();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment