跳至主要內容

SQLite基本使用

程序员李某某小于 1 分钟

SQLite基本使用

整合Springboot

依赖

<!-- SQLite JDBC Driver -->
<dependency>
    <groupId>org.xerial</groupId>
    <artifactId>sqlite-jdbc</artifactId>
</dependency>

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
上次编辑于:
贡献者: 李元昊