import fdage.back.sdk.base.mybatis.MysqlAutoGenerator; /** * 2 * @Author: Abner * 3 * @Date: 2021/2/9 10:46 * 4 */ public class CodeAutoGenerator { public static void main(String[] args) { MysqlAutoGenerator.doAutoGenerator("base" , "com.fdage" ,"abner" , ""); } }