Linux安裝h2數據庫


安裝H2數據庫,為后面mybatisplus3J集成做鋪墊

下載jar包

https://pan.baidu.com/s/1tPZQH5tum1CheDxumcN24g

運行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的是默認賬號,密碼為空,可以直接登陸

創建數據庫

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM