Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
shop
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
shop
Commits
96285e24
Commit
96285e24
authored
Aug 27, 2019
by
张永
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3fe1d5f4
Pipeline
#171
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
SwaggerConfig.java
src/main/java/com/egolm/shop/config/SwaggerConfig.java
+1
-1
No files found.
src/main/java/com/egolm/shop/config/SwaggerConfig.java
View file @
96285e24
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment