# myCloud **Repository Path**: dwhcoder/my-cloud ## Basic Information - **Project Name**: myCloud - **Description**: 微服务教学demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-05 - **Last Updated**: 2024-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1、密钥文件的生成:https://developer.baidu.com/article/details/3310959 ### 二、nacos配置文件 1、格式json 2、内容: ```json [ { "id": "user", "predicates": [{ "name": "Path", "args": {"_genkey_0":"/user/**", "_genkey_1":"/addresses/**"} }], "filters": [], "uri": "lb://user" }, { "id": "goods", "predicates": [{ "name": "Path", "args": {"_genkey_0":"/goodes/**"} }], "filters": [], "uri": "lb://goods" } ] ```