From 2200e7c3aec126d5f08dc6a0bd25d564d47284bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E5=86=B7?= Date: Tue, 24 Apr 2018 15:32:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=88=B0=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E7=9A=84=20GA=E7=89=88=E6=9C=AC=EF=BC=9AEdgware.SR3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++---------- doc/pig.sql | 4 ++-- pom.xml | 6 +++--- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 97c09662..d989fe3d 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,8 @@ -

需要有Spring Boot和Spring Cloud基础!!

-

需要有Spring Boot和Spring Cloud基础!!

-

需要有Spring Boot和Spring Cloud基础!!

- -
-
-
-

Build Status - Coverage Status - Downloads + Coverage Status + Downloads Version License

diff --git a/doc/pig.sql b/doc/pig.sql index b22f5d59..73b9d859 100644 --- a/doc/pig.sql +++ b/doc/pig.sql @@ -165,7 +165,7 @@ CREATE TABLE `sys_log_0` ( `create_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间', `remote_addr` varchar(255) DEFAULT NULL COMMENT '操作IP地址', - `user_agent` varchar(255) DEFAULT NULL COMMENT '用户代理', + `user_agent` varchar(1000) DEFAULT NULL COMMENT '用户代理', `request_uri` varchar(255) DEFAULT NULL COMMENT '请求URI', `method` varchar(10) DEFAULT NULL COMMENT '操作方式', `params` text COMMENT '操作提交的数据', @@ -192,7 +192,7 @@ CREATE TABLE `sys_log_1` ( `create_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_time` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间', `remote_addr` varchar(255) DEFAULT NULL COMMENT '操作IP地址', - `user_agent` varchar(255) DEFAULT NULL COMMENT '用户代理', + `user_agent` varchar(1000) DEFAULT NULL COMMENT '用户代理', `request_uri` varchar(255) DEFAULT NULL COMMENT '请求URI', `method` varchar(10) DEFAULT NULL COMMENT '操作方式', `params` text COMMENT '操作提交的数据', diff --git a/pom.xml b/pom.xml index 2d1723c5..35e563c4 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.9.RELEASE + 1.5.12.RELEASE @@ -21,8 +21,8 @@ UTF-8 1.8 1.0-BETA - 1.5.9.RELEASE - Edgware.RELEASE + 1.5.12.RELEASE + Edgware.SR3 1.16.20