Commit de5e92a9fc40042ebf41bb5306bf5936001fc7bc

Authored by 王言钊
1 parent 3155cd59

修改了打包命名规则和开启驼峰命名

... ... @@ -4,7 +4,7 @@
4 4 <modelVersion>4.0.0</modelVersion>
5 5  
6 6 <groupId>com.cnlive.shenhe</groupId>
7   - <artifactId>cnlive_shenhe</artifactId>
  7 + <artifactId>cnlive_shenhe_test</artifactId>
8 8 <version>0.0.1-SNAPSHOT</version>
9 9 <packaging>jar</packaging>
10 10  
... ...
src/main/java/com/cnlive/shenhe/api/VideosControllerApi.java
... ... @@ -186,7 +186,6 @@ public class VideosControllerApi {
186 186  
187 187 /**
188 188 * 申请抽帧
189   - *
190 189 * @param video
191 190 * @return
192 191 */
... ...
src/main/resources/generatorConfig.xml
... ... @@ -33,7 +33,7 @@
33 33 <javaClientGenerator targetPackage="com.cnlive.shenhe.mapper" targetProject="src/main/java"
34 34 type="XMLMAPPER"/>
35 35 <table schema="new_shy" tableName="shy_activity" domainObjectName="">
36   - <property name="useActualColumnNames" value="true" />
  36 + <property name="useActualColumnNames" value="false" />
37 37 </table>
38 38 </context>
39 39 </generatorConfiguration>
40 40 \ No newline at end of file
... ...