From d2c84919a21938f1a9560f29fcd7d1d9ea34b566 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Sat, 13 May 2023 23:35:50 +0800 Subject: [PATCH] Optimize the Apollo sample program --- .../config-apollo/src/main/resources/bootstrap.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/threadpool-example/config/config-apollo/src/main/resources/bootstrap.properties b/examples/threadpool-example/config/config-apollo/src/main/resources/bootstrap.properties index 9a4d194f..933209fd 100644 --- a/examples/threadpool-example/config/config-apollo/src/main/resources/bootstrap.properties +++ b/examples/threadpool-example/config/config-apollo/src/main/resources/bootstrap.properties @@ -7,7 +7,7 @@ apollo.autoUpdateInjectedSpringProperties=true apollo.bootstrap.enabled=true apollo.bootstrap.namespaces=application apollo.bootstrap.eagerLoad.enabled=true -# +# The following parameters are used for testing env=dev apollo.configService=http://127.0.0.1:8080