excel2mysql:通过excel及db.properties即可进行简单建表的小工具 源码
excel2mysql 通过excel及db.properties即可进行简单建表的小工具 功能 通过数据源及excel文件导入mysql数据库进行建表(支持创建) 支持PK UK索引(单列) 支持xls xlsx 可跳过检查表架构 使用准备 数据源:db.properties(参考) datasource.url: jdbc:mysql://localhost:3306/excel2mysql?serverTimezone=GMT+8&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false datasource.username: root datasource.password: 123456 datasource.driver-class-name: com.mysql.
文件列表
excel2mysql-master.zip
(预估有个20文件)
excel2mysql-master
.gitignore
35B
pom.xml
4KB
LICENSE
11KB
src
test
resources
test.xls
6KB
db.properties
270B
test.xlsx
4KB
暂无评论