項目考慮使用H2數(shù)據庫餐禁,更加簡便的內嵌方式突照,更多的時間留給研究SpringBoot
1.打開H2官網http://www.h2database.com/html/main.html
2.打開maven倉庫,搜索H2,加入依賴
? ?https://mvnrepository.com/artifact/com.h2database/h2/1.4.199
????<dependency>
? ????? <groupId>com.h2database</groupId>
? ? ????<artifactId>h2</artifactId>
? ????? <version>1.4.199</version>
? ????? <scope>test</scope>
????</dependency>
3.按下圖所示,?打開database,選擇‘+’一個H2的數(shù)據庫
4.按圖所示翠拣,在本地添加一個名為?community的數(shù)據庫游盲,Test Connection測試返回Successful,
? ?點擊OK