diff --git a/zlt-config/src/main/resources/application-dev.properties b/zlt-config/src/main/resources/application-dev.properties index 1ad980e989d95ac0220a235a999ee9f1d373cc9b..a8605465efb9f18d78ca180faebe79b4315df04c 100644 --- a/zlt-config/src/main/resources/application-dev.properties +++ b/zlt-config/src/main/resources/application-dev.properties @@ -24,7 +24,7 @@ zlt.fdfs.trackerList=${zlt.fdfs.web-url}:22122 zlt.trace.enable=true ##### 负载均衡隔离(version隔离,只适用于开发环境) -zlt.ribbon.isolation.enabled=true +zlt.ribbon.isolation.enabled=false ##### mybatis-plus打印完整sql(只适用于开发环境) mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl \ No newline at end of file