dashboard
repositories
filestore
activity
search
login
陈家良
/
moral
forked from
moral
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
screen-manage screen-api 更改拦截器逻辑,记录token无效的请求IP以及URL。 manage记录到数据...
kaiyu
2021-10-08
93fe0b66e85e95e3a7e77a28504d6d289b6906b9
[~chenjialiang/moral.git]
/
screen-api
/
src
/
main
/
java
/
com
/
moral
/
api
/
constant
/
TopicConstants.java
1
2
3
4
5
6
7
8
9
10
11
package com.moral.api.constant;
public class TopicConstants {
/**
* Test 主题
*/
public static final String TEST_TOPIC_MESSAGE = "test_topic";
}