# springboot-sqlite-jdbc **Repository Path**: landweb/springboot-sqlite-jdbc ## Basic Information - **Project Name**: springboot-sqlite-jdbc - **Description**: springboot下访问sqlite数据库 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-27 - **Last Updated**: 2021-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-sqlite-jdbc #### 介绍 springboot下访问sqlite数据库 在pom文件中添加 ``` org.xerial sqlite-jdbc ``` 无需指定版本号,会根据springboot对应的版本号自动下载