Commit 6227d887 authored by Quxl's avatar Quxl

修改反向工程工具

parent 1657631c
......@@ -7,7 +7,8 @@ import com.egolm.common.jdbc.dialect.MysqlTo;
public class DBUtil {
public static void main(String[] args) throws SQLException {
new MysqlTo("D:\\eclipse-workspace\\egolm.com\\002\\siff-film-api\\src\\main\\java", "com.egolm.film.bean", "曲欣亮", "10.10.0.111", "film_dev", "root", "egolm#2018").execute();
MysqlTo mysqlTo = new MysqlTo("D:\\eclipse-workspace\\egolm.com\\002\\siff-film-api\\src\\main\\java", "com.egolm.film.bean", "曲欣亮", "10.10.0.111", "film_dev", "root", "egolm#2018");
mysqlTo.execute("fc_member_film");
}
}
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