|
@@ -29,16 +29,19 @@ import java.util.List;
|
|
|
* @Version 1.0
|
|
|
*/
|
|
|
public class CodeAutoGenerator {
|
|
|
+
|
|
|
/**
|
|
|
- * 作者
|
|
|
+ * 数据库
|
|
|
*/
|
|
|
- private static String AUTHOR = "songxl";
|
|
|
- // 数据库
|
|
|
private static String username = "root";
|
|
|
private static String password = "lantone";
|
|
|
private static String url = "jdbc:mysql://192.168.2.236:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8";
|
|
|
private static DbType DB_TYPE = DbType.MYSQL;
|
|
|
private static String driverClassName = "com.mysql.cj.jdbc.Driver";
|
|
|
+ /**
|
|
|
+ * 作者
|
|
|
+ */
|
|
|
+ private static String AUTHOR = "songxl";
|
|
|
/**
|
|
|
* 表名
|
|
|
*/
|