Commit 1daa61a2 authored by 刘基明's avatar 刘基明

黑名单过滤配置

parent 37e7b457
...@@ -152,7 +152,7 @@ public class ThemeManager { ...@@ -152,7 +152,7 @@ public class ThemeManager {
@Autowired @Autowired
private TopicReportService topicReportService; private TopicReportService topicReportService;
@Value("#{'${theme.filter.userIds}'.split(',')}") @Value("#{'${theme.filter.userIds:}'.split(',')}")
private Set<String> filterUsers; private Set<String> filterUsers;
@PostConstruct @PostConstruct
......
...@@ -149,3 +149,8 @@ pagehelper: ...@@ -149,3 +149,8 @@ pagehelper:
msg: msg:
kefu: kefu:
telephone: 021-65681889 telephone: 021-65681889
theme:
filter:
userIds: USER_INFO16011642302016
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment