Advertisement
Guest User

Untitled

a guest
Feb 24th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
  2. classpath: ..\\Program Files\\Microsoft JDBC Driver 6.0 for SQL Server\\sqljdbc_6.0\\enu\\jre8\\sqljdbc42.jar
  3. url: jdbc:sqlserver://localhost:1433;databaseName=AdventureWorks2017;integratedSecurity=false;
  4. changeLogFile: C:\\Source\\changelog-01.json
  5. username: liquibase
  6. password: liquibase@123
  7. logLevel: info
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement