update comment

master
3y 3 years ago
parent 1255d13446
commit 6ba128af29

@ -11,7 +11,12 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class AustinApplication {
public static void main(String[] args) {
// TODO 如果你需要使用apollo将application.properties配置文件的 apollo.enabled 改为true
/**
* Apollo
* 1apollo
* 2application.properties austin.apollo.enabled true
* 3propertyipport
*/
System.setProperty("apollo.config-service", "http://austin.apollo.config:5001");
SpringApplication.run(AustinApplication.class, args);
}

@ -14,7 +14,7 @@ austin.redis.port=5003
austin.redis.password=austin
# TODO choose : kafka/eventBus/rocketMq/rabbitMq, default eventBus
austin.mq.pipeline=kafka
austin.mq.pipeline=eventBus
# todo [kafka] ip/port【optional】, if austin.mq.pipeline=kafka 【must】
austin.kafka.ip=austin.kafka

Loading…
Cancel
Save