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-28 17:05:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0df1efa31bad2567193d4c6d1d52a009ff3baf52
0df1efa3
1 parent
a758747e
监控节点应用添加peter邮箱
mt 2023年7月28日17:05:17
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/main/java/com/erry/iclear/dateInterface/api/VersionInterface.java
src/main/resources/application.properties
src/main/java/com/erry/iclear/dateInterface/api/VersionInterface.java
View file @
0df1efa
...
...
@@ -23,7 +23,7 @@ import java.util.Date;
@Slf4j
public
class
VersionInterface
{
//当前版本号
final
String
VERSION
=
"2.
3
"
;
final
String
VERSION
=
"2.
4
"
;
@ApiOperation
(
value
=
"获取当前API版本"
,
httpMethod
=
"GET"
,
notes
=
"ex: http://192.168.1.71:8080/version/version"
)
@GetMapping
(
"/version"
)
...
...
src/main/resources/application.properties
View file @
0df1efa
...
...
@@ -28,7 +28,7 @@ email_bcc=donotreply@fedex.com
#email link
#email_link=http://localhost:8080/Exp
#user email
send_email
=
hyssmt@vip.qq.com,li.chang@erry.com
send_email
=
hyssmt@vip.qq.com,li.chang@erry.com
,peterhuang@fedex.com
#return_message job email
send_email_msg
=
hyssmt@vip.qq.com,li.chang@erry.com,yi.zhou@erry.com
send_email_msg
=
hyssmt@vip.qq.com,li.chang@erry.com,yi.zhou@erry.com
,peterhuang@fedex.com
send_email_cc
=
ICE-IClear-Support@erry.com
...
...
Please
register
or
login
to post a comment