| | |
| | | public static String database_url = "jdbc:mysql://localhost:3306/center-lims"; |
| | | public static String database_username = "root"; |
| | | public static String database_password= "123456"; |
| | | public static String author = "芯导软件(江苏)有限公司"; |
| | | public static String model_name = "/inspect-server"; // 如果为分布式填子模块名称,如果不是分布式为空即可 |
| | | public static String setParent = "com.ruoyi.inspect"; // 包路径 |
| | | public static String tablePrefix = ""; // 设置过滤表前缀 |
| | | public static String author = ""; |
| | | public static String model_name = "/cnas-process"; // 如果为分布式填子模块名称,如果不是分布式为空即可 |
| | | public static String setParent = "com.ruoyi.process"; // 包路径 |
| | | public static String tablePrefix = "cnas_"; // 设置过滤表前缀 |
| | | public static void main(String[] args) { |
| | | String projectPath = System.getProperty("user.dir"); |
| | | FastAutoGenerator.create(database_url, database_username, database_password) |