Commit 3744f326 authored by 22管33's avatar 22管33

Merge branch 'master' of 115.28.80.125:templates/springmvcprojecttemplate

parents 754385e4 07b3818a
...@@ -3,7 +3,6 @@ package com.haomostudio.SeekTruthBackend.service.HmUtils; ...@@ -3,7 +3,6 @@ package com.haomostudio.SeekTruthBackend.service.HmUtils;
import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;
import com.google.common.base.CaseFormat; import com.google.common.base.CaseFormat;
import com.haomostudio.SeekTruthBackend.service.HmUtils.Tools;
import java.lang.reflect.Method; import java.lang.reflect.Method;
import java.util.*; import java.util.*;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<generatorConfiguration> <generatorConfiguration>
<!--<classPathEntry location="/Users/hxgqh/.m2/repository/com/oracle/ojdbc6/11.2.0.1.0/ojdbc6-11.2.0.1.0.jar" />--> <!--<classPathEntry location="/Users/hxgqh/.m2/repository/com/oracle/ojdbc6/11.2.0.1.0/ojdbc6-11.2.0.1.0.jar" />-->
<!--<classPathEntry location="/Users/hm20160509/.m2/repository/com/oracle/ojdbc6/11.2.0.1.0/ojdbc6-11.2.0.1.0.jar" />--> <!--<classPathEntry location="/Users/hm20160509/.m2/repository/com/oracle/ojdbc6/11.2.0.1.0/ojdbc6-11.2.0.1.0.jar" />-->
<classPathEntry location="/Users/liuranran/.m2/repository/postgresql/postgresql/9.1-901-1.jdbc4/postgresql-9.1-901-1.jdbc4.jar" /> <classPathEntry location="/Users/hm20160509/.m2/repository/postgresql/postgresql/9.1-901-1.jdbc4/postgresql-9.1-901-1.jdbc4.jar" />
<context id="testTables" targetRuntime="MyBatis3"> <context id="testTables" targetRuntime="MyBatis3">
<plugin type="org.mybatis.generator.plugins.RowBoundsPlugin"/> <plugin type="org.mybatis.generator.plugins.RowBoundsPlugin"/>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<generatorConfiguration> <generatorConfiguration>
<!--<classPathEntry location="/Users/hxgqh/.m2/repository/mysql/mysql-connector-java/5.1.38/mysql-connector-java-5.1.38.jar" />--> <!--<classPathEntry location="/Users/hxgqh/.m2/repository/mysql/mysql-connector-java/5.1.38/mysql-connector-java-5.1.38.jar" />-->
<!--<classPathEntry location="/Users/liuranran/.m2/repository/mysql/mysql-connector-java/5.1.38/mysql-connector-java-5.1.38.jar" />--> <!--<classPathEntry location="/Users/liuranran/.m2/repository/mysql/mysql-connector-java/5.1.38/mysql-connector-java-5.1.38.jar" />-->
<classPathEntry location="/Users/liuranran/.m2/repository/postgresql/postgresql/9.1-901-1.jdbc4/postgresql-9.1-901-1.jdbc4.jar" /> <classPathEntry location="/Users/hm20160509/.m2/repository/postgresql/postgresql/9.1-901-1.jdbc4/postgresql-9.1-901-1.jdbc4.jar" />
<context id="mysqlTables" targetRuntime="MyBatis3"> <context id="mysqlTables" targetRuntime="MyBatis3">
<plugin type="org.mybatis.generator.plugins.RowBoundsPlugin"/> <plugin type="org.mybatis.generator.plugins.RowBoundsPlugin"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment