mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-12 08:28:49 +00:00
14 lines
594 B
Properties
14 lines
594 B
Properties
# liquibase.properties (RAÍZ DEL PROYECTO)
|
|
classpath=target/classes
|
|
|
|
# Conexión (ajusta DB, user y pass)
|
|
url=jdbc:mysql://localhost:3309/imprimelibros
|
|
#url=jdbc:mysql://localhost:3306/imprimelibros?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC
|
|
username=imprimelibros_user
|
|
password=om91irrDctd
|
|
|
|
# Archivo que se generará con el snapshot (DEBE EXISTIR LA CARPETA)
|
|
#outputChangeLogFile=src/main/resources/db/changelog/changesets/0001-baseline.yml
|
|
|
|
# Para LEER los cambios en los demás comandos (sync, update, rollback…)
|
|
changeLogFile=src/main/resources/db/changelog/master.yml |