# WillWith **Repository Path**: FisherKK/WillWith ## Basic Information - **Project Name**: WillWith - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-23 - **Last Updated**: 2024-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Paper Management System ### 1. 架构 采用微服务的架构方式, 分为如下微服务: * user, 管理用户服务和用户登录授权等 * paper, 对论文相关进行增删改查 * note, 对笔记, 评论等进行增删改查 * gateway, 服务的入口, 进行鉴权 * thirdparty, 短信和文件上传服务 * search, 优化的搜索服务 ## 2. 鉴权方式 采用网关处进行鉴权, 然后将token替换为对应user和permission, 方便后面的权限管理