跳至主要內容

SQLite 基本使用

程序员李某某小于 1 分钟

SQLite 基本使用

集成springboot

  1. 引入依赖
<dependency>
    <groupId>org.xerial</groupId>
    <artifactId>sqlite-jdbc</artifactId>
</dependency>