优化spring cloud consul 配置,默认关闭
diff --git a/config/application-devel-pg-local.properties b/config/application-devel-pg-local.properties
index 6f54ecf..3e4a318 100644
--- a/config/application-devel-pg-local.properties
+++ b/config/application-devel-pg-local.properties
@@ -27,5 +27,6 @@
 ## quartz task scheduler
 shopbalance.updater.cron=-
 #############################################
+spring.cloud.consul.enabled=false
 spring.cloud.consul.host=172.28.201.70
 spring.cloud.consul.port=8500