-
Notifications
You must be signed in to change notification settings - Fork 273
本地模式
gaoyf edited this page May 9, 2022
·
1 revision
-
MQCloud内嵌H2DB数据库,支持本地启动,无需依赖外部数据库,项目启动即可使用。
-
项目启动后,可使用浏览器访问http://localhost:8080/h2-console/ 进入H2DB控制台。
注意:该模式只适用测试或模拟环境,生产环境不建议使用
-
war包运行 使用下载或编译的war包,执行:
java -Dfile.encoding=UTF-8 -DPROJECT_DIR=日志绝对路径 -jar mq-cloud.war
-
开发工具内运行:
经过编译后,模块的依赖会解析成功,可以直接执行com.sohu.tv.mq.cloud.Application 中的main函数即可。
-
访问
直接访问mqcloud_ip:8080即可,默认管理员用户名:[email protected] 密码为:admin