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"> - +