0
点赞
收藏
分享

微信扫一扫

h2数据库的安装与使用

无愠色 2022-07-13 阅读 60


安装

java -cp h2-1.3.176.jar org.h2.tools.Server -web -webAllowOthers -tcp -tcpPort 19200 -tcpAllowOthers

运行jar包
[root@izwz91h49n3mj8r232gqwez opt]# java -cp h2-1.3.176.jar org.h2.tools.Server -web -webAllowOthers -tcp -tcpPort 19200 -tcpAllowOthers
TCP server running at tcp://120.79.52.181:19200 (others can connect)
Web Console server running at http://120.79.52.181:8082 (others can connect)

测试

测试
http://120.79.52.181:8082

h2数据库的安装与使用_jar

登录进去

h2数据库的安装与使用_jar包_02


举报

相关推荐

0 条评论