# 项目结构 ``` ├─smartschool-platform │ │ │ ├─applications-----------------------------业务应用 │ | ├─school-------------------------------后台业务 │ | | |─school-api------------------------后台业务api │ | | |─school.dto------------------------后台通用数据传输对象 │ | | |─school-server---------------------后台通用服务 │ | ├─websocket------------------------------设备集成服务 │ | | |─websocket-api-----------------------设备集成服务api │ | | |─websocket.dto-----------------------设备集成服务数据传输对象 │ | | |─websocket-server--------------------设备集成服务 │ | ├─wechat---------------------------------微信集成模块 │ | | |─wechat-api--------------------------微信集成api │ | | |─wechatdto--------------------------微信集成数据传输对象 │ | | |─wechat-server-----------------------微信集成服务 │ │ │ ├─base-servers-----------------------------基础服务 │ | ├─account-------------------------------账户中心 │ | | |─account-api------------------------账户中心api │ | | |─account-dto------------------------账户中心数据传输对象 │ | | |─account-server---------------------账户中心服务 │ | ├─eureka-server-------------------------服务注册中心 │ | ├─file----------------------------------文件服务 │ | | |─file-api---------------------------文件服务api │ | | |─file-dto---------------------------文件服务数据传输对象 │ | | |─file-server------------------------文件服务 │ | ├─gateway-server------------------------统一网关 │ | ├─sms-----------------------------------短信服务 │ | | |─sms-api----------------------------短信服务api │ | | |─sms-dto----------------------------短信服务数据传输对象 │ | | |─sms-server-------------------------短信服务 │ │ │ ├─doc--------------------------------------项目文档 │ │ │ ├─framework--------------------------------框架部分 │ | ├─core----------------------------------框架基础 │ | ├─server-starter------------------------服务启动辅助工具 │ | ├─test-starter--------------------------测试启动辅助工具 │ │ │ ├─frontend---------------------------------前端 │ | ├─wechat-web-----------------------微信前端 │ | ├─pc-web------------------------------后台系统前端(extjs) │ │ │ ├─script-----------------------------------脚本 │ | ├─mysql---------------------------------mysql脚本 │ | | |─init-------------------------------mysql数据库初始化脚本 │ │ ``` # 开发环境 > 数据库 | 数据库 | 类型 | 地址 | 账号 | 密码 | 说明 | | -------- | :-----: | :-----: | :----: | :----: | :------ | | smart_campus | mysql | 10.10.100.166:3306 | root | select111*** | 账户中心 | > 中间件 | 类型 | 地址 | 账号 | 密码 | 说明 | | ---- | :----: | :----: | :----: | ---- | | rabbitmq | 10.10.100.166:5672 | school | select123*** | 消息中间件 [控制台](http://10.10.100.166:15672)| | redis | 10.10.100.166:6379 | | | 内存数据库 | > 服务器 | IP | 账号 | 密码 | 环境 | 资源 | | -------- | :----: | :----: | :------: | :------: | | 10.1.81.79 | root | select123*** | CentOS7, MySQL | Cpu: 8, Mem: 16G, Disk: 80G | | 10.1.81.75 | root | select123*** | CentOS7, Docker | Cpu: 4, Mem: 8G, Disk: 20G | | 10.1.81.78 | root | select123*** | CentOS7, Docker | Cpu: 4, Mem: 8G, Disk: 20G | | 10.1.81.76 | root | select123*** | CentOS7, Docker | Cpu: 4, Mem: 8G, Disk: 20G | | 10.1.81.59 | root | select123*** | CentOS7, Docker | Cpu: 4, Mem: 8G, Disk: 20G | | 10.1.81.60 | root | select123*** | CentOS7, Docker | Cpu: 4, Mem: 8G, Disk: 20G | | 10.1.81.61 | root | select123*** | CentOS7, Docker | Cpu: 8, Mem: 16G, Disk: 80G | | 10.1.81.62 | root | select123*** | CentOS7, Redis | Cpu: 2, Mem: 8G, Disk: 20G | | 10.1.81.63 | root | select123*** | CentOS7, Mongo | Cpu: 4, Mem: 8G, Disk: 50G | | 10.1.81.64 | root | select123*** | CentOS7, Docker | Cpu: 8, Mem: 16G, Disk: 50G | | 10.1.81.65 | root | select123*** | CentOS7, Docker | Cpu: 8, Mem: 16G, Disk: 50G | > 构建 * [jenkins](http://10.1.81.61:8080/job/saas/view/dev) **账号** admin **密码** select123*** > 服务 * [eureka http://10.1.81.61:8500](http://10.1.81.61:8500) **账号** admin **密码** select111*** * [com.usoftchina.smartschool.gateway http://10.1.81.61:8560](http://10.1.81.61:8560) * [admin http://10.1.81.61:8520](http://10.1.81.61:8520) **账号** admin **密码** select111*** * [zipkin http://10.1.81.61:8540](http://10.1.81.61:8540) **账号** admin **密码** select111*** > 访问 * [门户 https://saas-dev.usoftchina.com:5443](https://saas-dev.usoftchina.com:5443) * [系统 https://trade-dev.usoftchina.com:5443](https://trade-dev.usoftchina.com:5443) * [打印 https://saas-report-dev.usoftchina.com:5443](https://saas-report-dev.usoftchina.com:5443) * [接口 https://saas-api-dev.usoftchina.com:5443](https://saas-api-dev.usoftchina.com:5443) # 本地调试环境 > 服务 * [eureka http://10.1.81.61:8510](http://10.1.81.61:8510) **账号** admin **密码** select111*** * [com.usoftchina.smartschool.gateway http://10.1.81.61:8570](http://10.1.81.61:8570) # 测试环境 > 构建 * [jenkins](http://10.10.100.200:5001/job/school/) **账号** admin **密码** select123*** #接口环境 [智慧校园接口地址](https://school-api.ubtob.com) [微信端web](https://school-wechat.ubtob.com) [pc端web地址](https://school.ubtob.com)