mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
10 lines
303 B
Plaintext
10 lines
303 B
Plaintext
|
|
后端配置:
|
|||
|
|
服务端口,mysql等信息在config.yml里配置即可。
|
|||
|
|
前端配置:
|
|||
|
|
static/config.js中的api地址配成启动后的后端服务的真实地址即可
|
|||
|
|
|
|||
|
|
服务启动:./startup.sh
|
|||
|
|
服务关闭:./shutdown.sh
|
|||
|
|
|
|||
|
|
直接通过 host:ip即可访问项目
|
|||
|
|
初始账号 admin/123456
|