# springboot-sqlite-ibatis **Repository Path**: landweb/springboot-sqlite-ibatis ## Basic Information - **Project Name**: springboot-sqlite-ibatis - **Description**: 在springboot下使用mybatis访问sqlite数据库 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-27 - **Last Updated**: 2021-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-sqlite-ibatis #### 介绍 在springboot下使用mybatis访问sqlite数据库 在pom文件中添加如下引用 ``` org.xerial sqlite-jdbc org.mybatis.spring.boot mybatis-spring-boot-starter 1.3.2 ```