chatapp3-java/README.md
2026-04-09 21:33:09 +08:00

51 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 模块说明
* rc-dependencies pom管理
* rc-register 注册配置中心
* rc-visual 图形监控
* visual-actuator-admin 8000
* rc-common-business 通用业务组建
* rc-auth 认证服务1000
* rc-gateway 服务网关,端口 1100
* rc-service-message 消息服务, 端口 3000
* rc-service-console 后台运营服务, 端口 2700
* rc-service-order 订单服务, 端口 2500
* rc-service-user 用户服务,端口 2100
* rc-service-team 团队服务,端口 2200
* rc-service-wallet 钱包服务, 端口 2000
* rc-service-other 其他服务2400
* rc-service-live 其他服务2500
* rc-scheduling 调度中心2800
* rc-service-game
* game-fruit 8000
```
# 创建mysql数据库用户
CREATE USER 'lotfun'@'%' IDENTIFIED BY 'PvuJkXKmDhL9';
GRANT ALL PRIVILEGES ON lotfun.* TO 'lotfun'@'%';
GRANT ALL PRIVILEGES ON lotfun_wallet.* TO 'lotfun'@'%';
```
```
# 创建mongodb数用户
db.createUser({
user: 'hooka',
pwd: '4yyxeaTEhqU8',
roles: [
{
role: 'readWrite',
db: 'hooka'
}
]
})
```
```
【云服务器】请在安全组放行 11185 端口
外网面板地址: https://47.237.15.200:11185/7ad40987
内网面板地址: https://10.0.0.45:11185/7ad40987
username: jtmy9uea
password: 1c01c9f2
```