提交 b338b3b1 编写于 作者: F fang

[JIRANONE alter pom.xml compiler version for jdbc connector]

上级 d1f337c9
...@@ -37,9 +37,9 @@ ...@@ -37,9 +37,9 @@
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version> <version>2.3.2</version>
<configuration> <configuration>
<encoding>GBK</encoding> <encoding>UTF-8</encoding>
<source>8</source> <source>1.8</source>
<target>8</target> <target>1.8</target>
<debug>true</debug> <debug>true</debug>
</configuration> </configuration>
</plugin> </plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册