Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
d0731cc5
Commit
d0731cc5
authored
May 15, 2022
by
macro
Browse files
Update QueueEnum.java
parent
1bd237b4
Changes
1
Show whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/domain/QueueEnum.java
View file @
d0731cc5
...
...
@@ -20,15 +20,15 @@ public enum QueueEnum {
/**
* 交换名称
*/
private
String
exchange
;
private
final
String
exchange
;
/**
* 队列名称
*/
private
String
name
;
private
final
String
name
;
/**
* 路由键
*/
private
String
routeKey
;
private
final
String
routeKey
;
QueueEnum
(
String
exchange
,
String
name
,
String
routeKey
)
{
this
.
exchange
=
exchange
;
...
...
Write
Preview
Supports
Markdown
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