From 9663430bca049142547368b9845fb403dca1d032 Mon Sep 17 00:00:00 2001 From: seagull <24163551@qq.com> Date: Wed, 24 Oct 2018 11:44:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7POM=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E5=BC=95=E7=94=A8=E7=9A=84=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改Web UI中的一些描述 更新首页版本号 --- .../V2.7.1 初始化.sql | 2 +- .../V2.7 upgrade V2.7.1/V2.7.1.sql | 4 ++- pom.xml | 34 +++++++++---------- src/main/webapp/footer.jsp | 2 +- 4 files changed, 22 insertions(+), 20 deletions(-) diff --git a/mysqldb/initialization(create table)/V2.7.1 初始化.sql b/mysqldb/initialization(create table)/V2.7.1 初始化.sql index 826307b..4456ee7 100644 --- a/mysqldb/initialization(create table)/V2.7.1 初始化.sql +++ b/mysqldb/initialization(create table)/V2.7.1 初始化.sql @@ -632,7 +632,7 @@ values (44, 1, 0, 'operation','mousekey(shift)','模拟键盘Shift键'); insert into project_casestepsparams (id, steptype, parentid, fieldname,paramvalue,description) values (45, 1, 0, 'operation','mousekey(enter)','模拟键盘Enter键'); insert into project_casestepsparams (id, steptype, parentid, fieldname,paramvalue,description) -values (46, 1, 0, 'operation','runcase','调用指定接口用例'); +values (46, 1, 0, 'operation','runcase','调用指定接口|Web UI用例'); insert into project_casestepsparams (id, steptype, parentid, fieldname,paramvalue,description) values (47, 2, 0, 'operation','HttpClientPostJSON','使用HttpClient发送JSON格式post请求'); insert into project_casestepsparams (id, steptype, parentid, fieldname,paramvalue,description) diff --git a/mysqldb/update(alter table)/V2.7 upgrade V2.7.1/V2.7.1.sql b/mysqldb/update(alter table)/V2.7 upgrade V2.7.1/V2.7.1.sql index 37c3534..f5d1405 100644 --- a/mysqldb/update(alter table)/V2.7 upgrade V2.7.1/V2.7.1.sql +++ b/mysqldb/update(alter table)/V2.7 upgrade V2.7.1/V2.7.1.sql @@ -31,4 +31,6 @@ rename table PUBLIC_CASEPARAMS to public_caseparams; /* 初始化‘addcookie’数据 */ insert into project_casestepsparams (id, steptype, parentid, fieldname, paramvalue, description) -values (96, 1, 0, 'operation', 'addcookie', '添加浏览器cookie'); \ No newline at end of file +values (96, 1, 0, 'operation', 'addcookie', '添加浏览器cookie'); +/* 修改Web UI中的一些描述*/ +update project_casestepsparams set description='调用指定接口|Web UI用例' where id=46 \ No newline at end of file diff --git a/pom.xml b/pom.xml index fcec4d5..24e3c93 100644 --- a/pom.xml +++ b/pom.xml @@ -260,67 +260,67 @@ org.springframework spring-aop - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-aspects - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-beans - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-context - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-context-support - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-core - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-expression - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-instrument - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-instrument-tomcat - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-jdbc - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-jms - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-orm - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-oxm - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework @@ -330,22 +330,22 @@ org.springframework spring-test - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-tx - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-web - 4.3.6.RELEASE + 4.3.18.RELEASE org.springframework spring-webmvc - 4.3.6.RELEASE + 4.3.18.RELEASE taglibs diff --git a/src/main/webapp/footer.jsp b/src/main/webapp/footer.jsp index ce5d136..41a486e 100644 --- a/src/main/webapp/footer.jsp +++ b/src/main/webapp/footer.jsp @@ -51,7 +51,7 @@ function gouserInfo(){ - Copyright © 2018, LuckyFrame.Designed by LuckyFrame V2.7 + Copyright © 2018, LuckyFrame.Designed by LuckyFrame V2.7.1
- Copyright © 2018, LuckyFrame.Designed by LuckyFrame V2.7 + Copyright © 2018, LuckyFrame.Designed by LuckyFrame V2.7.1