安裝H2數據庫,為后面mybatisplus3J集成做鋪墊
下載jar包
運行jar包
1 [root@topcheer mnt]# java -cp h2-1.3.176.jar org.h2.tools.Server -web -webAllowOthers -tcp -tcpPort 19200 -tcpAllowOthers 2 TCP server running at tcp://192.168.180.115:19200 (others can connect) 3 Web Console server running at http://192.168.180.115:8082 (others can connect)

說明:TCP的是用來當url的,Web端口是頁面登陸的
測試
192.168.180.115:8082
sa的是默認賬號,密碼為空,可以直接登陸
創建數據庫