Commit de5e92a9fc40042ebf41bb5306bf5936001fc7bc
1 parent
3155cd59
修改了打包命名规则和开启驼峰命名
Showing
3 changed files
with
2 additions
and
3 deletions
pom.xml
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | <modelVersion>4.0.0</modelVersion> | 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | 5 | ||
| 6 | <groupId>com.cnlive.shenhe</groupId> | 6 | <groupId>com.cnlive.shenhe</groupId> |
| 7 | - <artifactId>cnlive_shenhe</artifactId> | 7 | + <artifactId>cnlive_shenhe_test</artifactId> |
| 8 | <version>0.0.1-SNAPSHOT</version> | 8 | <version>0.0.1-SNAPSHOT</version> |
| 9 | <packaging>jar</packaging> | 9 | <packaging>jar</packaging> |
| 10 | 10 |
src/main/java/com/cnlive/shenhe/api/VideosControllerApi.java
src/main/resources/generatorConfig.xml
| @@ -33,7 +33,7 @@ | @@ -33,7 +33,7 @@ | ||
| 33 | <javaClientGenerator targetPackage="com.cnlive.shenhe.mapper" targetProject="src/main/java" | 33 | <javaClientGenerator targetPackage="com.cnlive.shenhe.mapper" targetProject="src/main/java" |
| 34 | type="XMLMAPPER"/> | 34 | type="XMLMAPPER"/> |
| 35 | <table schema="new_shy" tableName="shy_activity" domainObjectName=""> | 35 | <table schema="new_shy" tableName="shy_activity" domainObjectName=""> |
| 36 | - <property name="useActualColumnNames" value="true" /> | 36 | + <property name="useActualColumnNames" value="false" /> |
| 37 | </table> | 37 | </table> |
| 38 | </context> | 38 | </context> |
| 39 | </generatorConfiguration> | 39 | </generatorConfiguration> |
| 40 | \ No newline at end of file | 40 | \ No newline at end of file |