All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jiuwo.generator.JGenerator Maven / Gradle / Ivy

The newest version!
package org.jiuwo.generator;

import org.jiuwo.generator.service.CodeGeneratorService;
import org.jiuwo.generator.service.impl.CodeGeneratorServiceImpl;
import org.jiuwo.generator.util.PropUtil;

/**
 * 代码生成Main
 *
 * @author junhan
 */
public class JGenerator {

    /**
     * 代码处成主方未能
     *
     * @param args 数组
     */
    public static void main(String[] args) {
        PropUtil.loadConf(args);

        CodeGeneratorService cg = new CodeGeneratorServiceImpl();
        cg.generatorAllTables();

        System.out.println("****** OK ******");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy