Files
DDDMicroFrontend/front-end/vite-plugin-nacos

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

功能分析:

  1 注册服务

    子模块直接通过nacos 注册,给 内网 的 使用

    主模块main-app -> Traefik -> ConfigServernacos-federation -> Nacos

     main-app 发送 http 请求
     /nacos/reg
     参数:
       ipport




  2 获取配置

    子模块:直接通过 nacos 获取配置

    主模块: main-app -> Traefik -> ConfigServernacos-federation -> Nacos


  注意:


  增加功能:

  认证授权机制
  请求限流保护
  操作日志记录
  服务治理功能(如权重调整、元数据管理等)