public static void main(String[] args) throws Exception{ //配置环境,分析xml映射文件 Configuration conf= new Configuration().addClass(User.class); //生成并输出sql到文件(当前目录)和数据库 SchemaExport dbExport=new SchemaExport(conf); dbExport.create(true, true); }
2022-04-09 12:48:15
public static void main(String[] args) throws Exception{ //配置环境,分析xml映射文件 Configuration conf= new Configuration().addClass(User.class); //生成并输出sql到文件(当前目录)和数据库 SchemaExport dbExport=new SchemaExport(conf); dbExport.create(true, true); }