SchemaSpy MySQL config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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