Skip to content

Instantly share code, notes, and snippets.

@claudioaltamura
Created December 31, 2020 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudioaltamura/c7e943622e4db159557b82b5135178a6 to your computer and use it in GitHub Desktop.
Save claudioaltamura/c7e943622e4db159557b82b5135178a6 to your computer and use it in GitHub Desktop.
SchemaSpy MySQL config
# type of database. Run with -dbhelp for details
schemaspy.t=mysql
# optional path to alternative jdbc drivers.
schemaspy.dp=mysql-connector-java-8.0.22
# database properties: host, port number, name user, password
schemaspy.host=localhost
schemaspy.port=3306
schemaspy.db=db
schemaspy.u=root
schemaspy.p=password
# output dir to save generated files
schemaspy.o=doc
# db scheme for which generate diagrams
schemaspy.s=db
# run with java -jar schemaspy-6.1.0.jar -configFile config.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment