public class Export{ private void mian(String[] args) {
Configuration cfg = new Configuration().configure(); SchemaExport export = new SchemaExport(cfg); export.create(true, true); }
}
posted on 2012-06-27 15:49 千面獨行客 閱讀(328) 評論(0) 編輯 收藏
Powered by: BlogJava Copyright © 千面獨行客