SchemaExport生成表@Test//帮助生成表的,显示建表语句
public void testSchemaExport() {
new SchemaExport(new AnnotationConfiguration().configure()).create(false, true);
}
此方法帮助在数据库中生成表!
SchemaExport生成表@Test//帮助生成表的,显示建表语句
public void testSchemaExport() {
new SchemaExport(new AnnotationConfiguration().configure()).create(false, true);
}
此方法帮助在数据库中生成表!