yuan
9 天以前 d08e95f9a5a86c75ba7b8cd1e23b50a4eac41bff
src/main/java/com/ruoyi/CodeGenerator.java
@@ -20,11 +20,11 @@
// 演示例子,执行 main 方法控制台输入模块表名回车自动生成对应项目目录中
public class CodeGenerator {
    public static String database_url = "jdbc:mysql://localhost:3300/product-inventory-management-new-pro";
    public static String database_url = "jdbc:mysql://localhost:3306/product-inventory-management-new-pro";
    public static String database_username = "root";
    public static String database_password= "root";
    public static String database_password= "123456";
    public static String author = "芯导软件(江苏)有限公司";
    public static String model = "sales"; // 模块
    public static String model = "account"; // 模块
    public static String setParent = "com.ruoyi."+ model; // 包路径
    public static String tablePrefix = ""; // 设置过滤表前缀
    public static void main(String[] args) {