项目架构
yygh-parent
|---common //通用模块
|---hospital-manage //医院后台 [9999]
|---model //数据模型
|---server-gateway //网关 [80]
|---service //微服务层
|-------service-cmn //公共服务 [8202]
|-------service-hosp //医院数据服务 [8201]
|-------service-order //预约下单服务 [8206]
|-------service-oss //对象存储服务 [8205]
|-------service-sms //短信服务 [8204]
|-------service-statistics //统计服务 [8208]
|-------service-task //定时服务 [8207]
|-------service-user //会员服务 [8203]====================================================================yygh-admin //医院管理后台 [9528]
yygh-site //挂号平台 [3000]
中间件
中间件 | 集群内地址 | 外部访问地址 |
Nacos | his-nacos.his:8848 | 192.168.1.211:30349/nacos |
MySQL | his-mysql.his:3306 | 192.168.1.211:31840 |
Redis | his-redis.his:6379 | 192.168.1.211:31968 |
Sentinel | his-sentinel.his:8080 | |
MongoDB | his-mongodb.his:27017 | 192.168.1.211:32693 |
RabbitMQ | his-rabbitmq.his:5672 | 192.168.1.211:32606 |
ElasticSearch | his-es.his:9200 | 192.168.1.211:31300 |