# Gdpm **Repository Path**: Lt-3-memory/Gdpm ## Basic Information - **Project Name**: Gdpm - **Description**: 毕业设计流程管理系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-14 - **Last Updated**: 2023-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringCloudAlibaba, Nginx, RabbitMQ, Seata, sentinel ## README Nacos 集群: ```shell 192.168.74.1:8850 192.168.74.1:8860 192.168.74.1:8870 ```
Nginx 统一暴露 Nacos 集群: ```shell 192.168.74.1:8840 ```
MinIO 文件服务器 ```shell # 用户名:gdpmadmin # 密码:gdpmadmin http://192.168.74.1:9002 ```
Sentinel 流控 ```shell # 用户名:sentinel # 密码:sentinel http://192.168.74.1:8898 ```
ShyWalking 链路追踪 ```shell http://192.168.74.1:9090/ ```
前端启动: ```shell npm run start ``` index 路径:http://192.168.74.1:8080
服务/模块简介: - gdpm-admin 管理员服务 - gdpm-director 系主任服务 - gdpm-student 学生服务 - gdpm-teacher 教师服务 - gdpm-user 用户服务 - gdpm-email 邮箱服务 - gdpm-feign 远程调用服务 - gdpm-file 文件服务 - gdpm-gateway 网关服务 - gdpm-api 远程调用提取 - gdpm-common 公共模块 - gdpm-mapper 数据库交互Mapper - gdpm-pojo 实体 - skywalking 监控 - web 前端项目