Commit 96285e24 authored by 张永's avatar 张永

1

parent 3fe1d5f4
Pipeline #171 failed with stages
...@@ -55,7 +55,7 @@ public class SwaggerConfig { ...@@ -55,7 +55,7 @@ public class SwaggerConfig {
} }
private ApiInfo productApiInfo() { private ApiInfo productApiInfo() {
String releaseTime = DateUtil.formatTimeEight(mavenBuildTime.replace("T"," ").replace("Z", "")); String releaseTime = "";//DateUtil.formatTimeEight(mavenBuildTime.replace("T"," ").replace("Z", ""));
return new ApiInfoBuilder() return new ApiInfoBuilder()
.title("商品在线接口服务-------"+contextPath+"---发布时间:-"+releaseTime) .title("商品在线接口服务-------"+contextPath+"---发布时间:-"+releaseTime)
.termsOfServiceUrl("NO terms of service") .termsOfServiceUrl("NO terms of service")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment