开放接口&近期BUG修复

This commit is contained in:
zengqiao
2020-10-26 11:17:45 +08:00
parent 8b153113ff
commit a77242e66c
62 changed files with 12138 additions and 423 deletions

View File

@@ -10,10 +10,10 @@ import org.springframework.stereotype.Service;
*/
@Service("notifyService")
public class KafkaNotifierService extends AbstractNotifyService {
@Value("${kafka.cluster-id:}")
@Value("${notify.kafka.cluster-id:}")
private Long clusterId;
@Value("${notify.topic-name:}")
@Value("${notify.kafka.topic-name:}")
private String topicName;
@Override

View File

@@ -1,8 +0,0 @@
notify:
order:
detail-url: http://127.0.0.1
kafka:
cluster-id: 12
topic-name: 123