白酒拍卖
com.ruoyi
├── ruoyi-ui // 前端框架 [80]
├── ruoyi-gateway // 网关模块 [8080]
├── ruoyi-auth // 认证中心 [9200]
├── ruoyi-api // 接口模块
│ └── ruoyi-api-system // 系统接口
├── ruoyi-common // 通用模块
│ └── ruoyi-common-core // 核心模块
│ └── ruoyi-common-datascope // 权限范围
│ └── ruoyi-common-datasource // 多数据源
│ └── ruoyi-common-log // 日志记录
│ └── ruoyi-common-redis // 缓存服务
│ └── ruoyi-common-seata // 分布式事务
│ └── ruoyi-common-security // 安全模块
│ └── ruoyi-common-swagger // 系统接口
├── ruoyi-modules // 业务模块
│ └── ruoyi-system ` // 系统模块 [9201]
│ └── ruoyi-gen // 代码生成 [9202]
│ └── ruoyi-job // 定时任务 [9203]
│ └── ruoyi-file // 文件服务 [9300]
├── ruoyi-visual // 图形化管理模块
│ └── ruoyi-visual-monitor // 监控中心 [9100]
├──pom.xml // 公共依赖
~~~
服务器:122.9.150.46
密码:
MySQL数据库:
端口:10633
账号:root 密码:YiXingTong2023@!
账号:yixingtong 密码:YiXingTong2023@?
RabbitMQ:
端口:5672
账号:guest 密码:guest
服务器启动命令: systemctl start rabbitmq-server
Redis:
端口:10644
密码:YiXingTong2023@?
MongoDB:
端口:27017
数据库:gps_address
账号:gps 密码:YiXingTongGPS2023@?
服务器启动命令: /usr/local/mongodb/mongodb-6.0.5/bin/mongod --dbpath=/usr/local/mongodb/mongodb-6.0.5/data --logpath=/usr/local/mongodb/mongodb-6.0.5/logs/mongodb.log --logappend --port=27017 --fork
服务器启动命令: service mongod start
服务器MongoDB登录命令: /usr/local/mongodb/mongodb-6.0.5/bin/mongo(6版本弃用,使用远程连接NoSQLBooster)
****