Hengyu youth is ready to update the series of articles on SpringCloud Alibaba. In order to facilitate everyone’s learning, we have specially opened a Nacos Server for free for a long time, which can be used as a service registry or configuration center.

Matters needing attention

  1. Please use this Nacos Server as your test environment (it is recommended not to use it as a production environment because it is public)
  2. Please do not stress test this Nacos Server, Server configuration is limited
  3. If you can’t access it, please contact the author’s wechat official account “Programmer Heng Yuteenager”.
  4. The password change function is disabled (not allowed for public services).

How to use it?

Management address: open.nacos.yuqiyu.com/nacos

  • As a service registry, please clickapplication.propertiesAdded to the configuration filespring.cloud.nacos.discovery.server-add=open.nacos.yuqiyu.com:80
  • As the configuration center, please clickapplication.propertiesAdded to the configuration filespring.cloud.nacos.config.server-addr=open.nacos.yuqiyu.com:80

If you are using Eureka, you can use another open Eureka Server, which is free for a long time.

The login information

Use the default username and password of Nacos to log in.

1. Login page

2. Service list

Author’s Personal blog

Use the open source framework ApiBoot to help you become an Api service architect