Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2023-07-21 10:23:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f5f727e59e2b3ea416b6ff9f1e40744fd6eef382
f5f727e5
1 parent
1a3b6b2b
修改版本号
mt 2023年7月21日10:23:48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/erry/iclear/dateInterface/api/VersionInterface.java
src/main/java/com/erry/iclear/dateInterface/api/VersionInterface.java
View file @
f5f727e
...
...
@@ -23,7 +23,7 @@ import java.util.Date;
@Slf4j
public
class
VersionInterface
{
//当前版本号
final
String
VERSION
=
"2.
2
"
;
final
String
VERSION
=
"2.
3
"
;
@ApiOperation
(
value
=
"获取当前API版本"
,
httpMethod
=
"GET"
,
notes
=
"ex: http://192.168.1.71:8080/version/version"
)
@GetMapping
(
"/version"
)
...
...
Please
register
or
login
to post a comment