From 4a3dfa04c497ca2e4fc4ec4509f50295b97950d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=88=98=E6=B3=A2?= Date: Thu, 24 Nov 2016 16:07:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=8A=9F=E8=83=BD=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - codegen-core/pom.xml | 80 ++++++++++++++++++++++++++++++++++++++++++-- pom.xml | 13 +++++++ 3 files changed, 90 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f7bbfe..088e41b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ ## 定位 Maven插件、Eclipse插件、IDEA插件、Test Main ## 遵循generatorConfig.xml定义 -下午开始写代码生成器。有一个固定类,里面定义所有变量,方便所有模块使用。可以生枚举。写时,了解MySQL所有数据类型对应MyBatis类型。做测试。 可以生成API接口文档。 codegen生成分类: 生mapping.xml `有` diff --git a/codegen-core/pom.xml b/codegen-core/pom.xml index 9a5585d..cc3de6d 100644 --- a/codegen-core/pom.xml +++ b/codegen-core/pom.xml @@ -11,12 +11,24 @@ jar codegen-core - http://maven.apache.org + https://github.com/Lynzabo/codegen + https://github.com/Lynzabo/codegen UTF-8 + + Le + http://www.le.com + + + + scm:git:git@github.com:Lynzabo/codegen.git + scm:git:git@github.com:Lynzabo/codegen.git + codegen-core + + junit @@ -112,8 +124,8 @@ - org.aspectj - aspectjweaver + org.aspectj + aspectjweaver org.aspectj @@ -139,4 +151,66 @@ freemarker + + + + release + + + nexus-release + https://oss.sonatype.org/content/repositories/snapshots/ + + + nexus-release + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + package + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + package + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + diff --git a/pom.xml b/pom.xml index 130d117..ba8087e 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,19 @@ codegen-test pom + + + + Lynzabo + Lynzabo + linzhanbo@le.com + + Developer + + +8 + + + 3.1.0.RELEASE -- Gitee