@ -79,7 +79,7 @@ Before we start the demo, let's learn how to connect Nacos Config to a Spring Cl
#### Automatic Injection
Enter `http://127.0.0.1:18084/nacos/bean` in the browser address bar and click Go to, we can see the data successfully obtained from Nacos Config Server.
1. Run the following command to modify the configuration data on the Nacos Server side.
@ -88,7 +88,7 @@ Enter `http://127.0.0.1:18084/nacos/bean` in the browser address bar and click G
2. Enter `http://127.0.0.1:18084/nacos/bean` in the address bar of the browser, and click Flip, you can see that the application has obtained the latest data from Nacos Server, and the group has become DEFAULT_GROUP.