| | |
| | | <version>3.3.1</version> |
| | | </dependency> |
| | | |
| | | <!-- SQLite JDBC --> |
| | | <!--1-sqlite相关--> |
| | | <!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc --> |
| | | <dependency> |
| | | <groupId>org.xerial</groupId> |
| | | <artifactId>sqlite-jdbc</artifactId> |
| | | <version>3.42.0.0</version> <!-- 根据需要调整版本 --> |
| | | <version>3.45.1.0</version> |
| | | </dependency> |
| | | <!--2-sqlite 方言--> |
| | | <dependency> |
| | | <groupId>com.zsoltfabok</groupId> |
| | | <artifactId>sqlite-dialect</artifactId> |
| | | <version>1.0</version> |
| | | </dependency> |
| | | |
| | | <!-- 对数据库操作的统计 --> |
| | | <dependency> |
| | | <groupId>p6spy</groupId> |
| | | <artifactId>p6spy</artifactId> |
| | | <version>3.9.1</version> |
| | | </dependency> |
| | | <!--多数据源--> |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>dynamic-datasource-spring-boot-starter</artifactId> |
| | | <version>3.5.2</version> |
| | | </dependency> |
| | | |
| | | <!-- Apache Commons CSV (可选) --> |
| | |
| | | <artifactId>commons-csv</artifactId> |
| | | <version>1.8</version> <!-- 根据需要调整版本 --> |
| | | </dependency> |
| | | <!-- io常用工具类 --> |
| | | <dependency> |
| | | <groupId>commons-io</groupId> |
| | | <artifactId>commons-io</artifactId> |
| | | <version>2.16.1</version> |
| | | </dependency> |
| | | <!-- 文件上传工具类 --> |
| | | <dependency> |
| | | <groupId>commons-fileupload</groupId> |
| | | <artifactId>commons-fileupload</artifactId> |
| | | <version>1.5</version> |
| | | </dependency> |
| | | |
| | | |
| | | </dependencies> |