diff --git a/UPDATE.md b/UPDATE.md
index d91fa37..53ac81e 100644
--- a/UPDATE.md
+++ b/UPDATE.md
@@ -1,8 +1,16 @@
uselaw-base 更新内容
-------------------
+#### version :1.0.10
+**time:2018年6月14日22:31:18**
+**branch:** master
+**update:**
+1. 更新springboot-base:1.1.4依赖
+2. 统一编码:UTF-8
+#
+
#### version :1.0.9
-**time:**
+**time:2018年6月2日12:17:18**
**branch:** master
**update:**
1. 更新base依赖
diff --git a/pom.xml b/pom.xml
index 31987f1..f49e5b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.yexuejc.springboot
yexuejc-springboot-parent
- 1.0.9
+ 1.0.10
pom
${project.artifactId}
@@ -35,7 +35,7 @@
1.2.0
3.4.2
- 1.1.3
+ 1.1.4
0.7.0
1.1.46
1.10
@@ -218,6 +218,15 @@
${project.artifactId}
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ UTF-8
+ ${java.version}
+ ${java.version}
+
+
org.apache.maven.plugins
@@ -253,6 +262,7 @@
maven-assembly-plugin
${project.artifactId}-${project.version}
+ UTF-8
diff --git a/yexuejc-springboot-base/pom.xml b/yexuejc-springboot-base/pom.xml
index 7ca895f..4004b03 100644
--- a/yexuejc-springboot-base/pom.xml
+++ b/yexuejc-springboot-base/pom.xml
@@ -9,7 +9,7 @@
com.yexuejc.springboot
yexuejc-springboot-parent
- 1.0.9
+ 1.0.10
diff --git a/yexuejc-springboot-base/src/main/java/com/yexuejc/springboot/base/autoconfigure/WebAutoConfiguration.java b/yexuejc-springboot-base/src/main/java/com/yexuejc/springboot/base/autoconfigure/WebAutoConfiguration.java
index 845aa7f..f9a07ef 100644
--- a/yexuejc-springboot-base/src/main/java/com/yexuejc/springboot/base/autoconfigure/WebAutoConfiguration.java
+++ b/yexuejc-springboot-base/src/main/java/com/yexuejc/springboot/base/autoconfigure/WebAutoConfiguration.java
@@ -11,6 +11,7 @@ import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
import com.yexuejc.base.http.Resps;
import com.yexuejc.base.util.DateUtil;
import com.yexuejc.base.util.StrUtil;
+import com.yexuejc.springboot.base.exception.GatewayException;
import com.yexuejc.springboot.base.filter.ValidationFilter;
import com.yexuejc.springboot.base.filter.ValidationFilterProperties;
import com.yexuejc.springboot.base.interceptor.LogInterceptor;
@@ -162,8 +163,11 @@ public class WebAutoConfiguration extends WebMvcConfigurerAdapter {
@ResponseBody
@ResponseStatus(HttpStatus.INTERNAL_SERVER_ERROR)
public Resps