parent
071e3071ee
commit
a13500b078
8
pom.xml
8
pom.xml
|
@ -348,8 +348,8 @@
|
|||
<repositories>
|
||||
<repository>
|
||||
<id>public</id>
|
||||
<name>aliyun nexus</name>
|
||||
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
||||
<name>aliyun</name>
|
||||
<url>https://maven.aliyun.com/repository/public</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
|
@ -359,8 +359,8 @@
|
|||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>public</id>
|
||||
<name>aliyun nexus</name>
|
||||
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
||||
<name>aliyun</name>
|
||||
<url>https://maven.aliyun.com/repository/public</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
|
|
|
@ -66,7 +66,7 @@ public class OpenPostApiController
|
|||
private IJobService jobService;
|
||||
|
||||
/**
|
||||
* 根据项目ID获取公共参数列表
|
||||
* 提交用例调试日志内容
|
||||
* @param jsonObject 请求json对象
|
||||
* @author Seagull
|
||||
* @date 2019年4月16日
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
## \____/\__,_|\___|_|\_\\__, \/ |_| \__,_|_| |_| |_|\___| ##
|
||||
## |___/ ##
|
||||
## ##
|
||||
## +-+-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+ ##
|
||||
## +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ ##
|
||||
## |做|最|好|的|开|源|测|试|平|台| ##
|
||||
## +-+-+-+-+-+ +-+-+-+-+ +-+-+-+-+-+-+ ##
|
||||
## +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ ##
|
||||
##################################################################
|
Loading…
Reference in New Issue