修复新版代码生成器 for: 【bug】代码生成器乱码

pull/24/head^2
zhangdaihao 2018-06-11 16:15:56 +08:00
parent 79e6061033
commit 4ca0a6bf8d
3 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
<artifactId>codegenerate</artifactId>
<version>${codegenerate.version}</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/codegenerate-3.6.3-20180606.jar</systemPath>
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/codegenerate-3.6.3-20180611.jar</systemPath>
</dependency>
<dependency>
<groupId>org.jeecgframework</groupId>