mysql2excel 源码
mysql2excel 通过db.properties导出excel小工具 功能 通过数据源导出xls xlsx 支持选择指定表 使用准备 数据源:db.properties(参考) datasource.url: jdbc:mysql://localhost:3306/mysql2excel?serverTimezone=GMT+8&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false datasource.username: root datasource.password: 123456 datasource.driver-class-name: com.mysql.cj.jdbc.Driver mysql2excel.sql 命令 # 打包 mvn -DskipT
下载地址
用户评论