SpringBoot整合Sqlite3+mybatisPlus+Druid 以及整合過程中的坑

坑1:【此處使用sqlite3,因爲低版本不支持JDK1.8】   依賴引入 此處僅貼出sqlite3的依賴,其他根據自己項目的結構去引入對應的依賴即可 <!-- sqlite3驅動包 --> <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> <version>3.27.2.1</vers
相關文章
相關標籤/搜索