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 千面独行客 阅读(319) 评论(0) 编辑 收藏
Powered by: BlogJava Copyright © 千面独行客