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