Commit 3084aefe authored by 黄亿华's avatar 黄亿华

Merge pull request #17 from linkerlin/master

增加了对文件编码的强制限定,限定于UTF-8
parents ad66d33f ce988d2f
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
<version>0.2.2-SNAPSHOT</version> <version>0.2.2-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<artifactId>webmagic-parent</artifactId> <artifactId>webmagic-parent</artifactId>
<name>webmagic-parent</name> <name>webmagic-parent</name>
<description> <description>
......
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