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