From 18085150fd01a761df76547f30c31f14a43ff293 Mon Sep 17 00:00:00 2001 From: lixiangrong Date: Wed, 23 Mar 2016 16:25:08 +0800 Subject: [PATCH] =?UTF-8?q?pom.xml=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 45 +++++++++++++++++++++++++- src/main/resources/generatorConfig.xml | 2 +- 2 files changed, 45 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index be76f35..a3c0045 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ junit junit 4.11 - test + commons-logging @@ -154,6 +154,7 @@ useful-code + org.mybatis.generator mybatis-generator-maven-plugin @@ -163,7 +164,49 @@ true + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + ${file_encoding} + + + + + + org.mortbay.jetty + jetty-maven-plugin + 8.1.15.v20140411 + + + /usefull-code + + exit + 9090 + 1 + + + 8080 + 60000 + + + + target/access.log + 90 + false + false + GMT+8:00 + + + + + compile diff --git a/src/main/resources/generatorConfig.xml b/src/main/resources/generatorConfig.xml index 38027a2..6bee7ae 100644 --- a/src/main/resources/generatorConfig.xml +++ b/src/main/resources/generatorConfig.xml @@ -4,7 +4,7 @@ "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd"> - +