|
@@ -8,6 +8,7 @@ package com.aizuda.generator;
|
|
public class TestCodeGenerator {
|
|
public class TestCodeGenerator {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
|
|
+
|
|
// 代码生成
|
|
// 代码生成
|
|
CodeGenerator.execute("jdbc:postgresql://127.0.0.1:5432/aizuda",
|
|
CodeGenerator.execute("jdbc:postgresql://127.0.0.1:5432/aizuda",
|
|
"postgres", "123456", "com.aizuda.generate");
|
|
"postgres", "123456", "com.aizuda.generate");
|