Skip to content

Instantly share code, notes, and snippets.

@madan712
Created June 27, 2019 19:17
Show Gist options
  • Save madan712/630b06e21cdfae5694dfd57b6c697f63 to your computer and use it in GitHub Desktop.
Save madan712/630b06e21cdfae5694dfd57b6c697f63 to your computer and use it in GitHub Desktop.
Java - Export database tables to an excel file
spring:
datasource:
driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/schema
username: username
password: password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment