# springh2 **Repository Path**: demo51/springh2 ## Basic Information - **Project Name**: springh2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-30 - **Last Updated**: 2022-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-h2 ## 1 连接数据库 ​ 客户端使用`DBeaver` ```properties # 使用TCP模式 jdbc:h2:tcp://localhost:9999/D:/ws/idea/springh2/testdbmy jdbc:h2:tcp://localhost:9999/Users/zhuzi/workspace/soft/ideatool/idea/springh2/testdbmy ``` ## 2 idea连接 ```properties jdbc:h2:./testdbmy;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE;MODE=MYSQL ``` ![img.png](img.png)