File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -109,15 +109,16 @@ dependencies {
109109 implementation ' io.zipkin.reporter2:zipkin-sender-urlconnection'
110110
111111}
112+
112113liquibase {
113114 activities {
114115 main {
115- changeLogFile " $p rojectDir / src/main/resources/db/changesets/ changelog.yml"
116+ changeLogFile " src/main/resources/db/db. changelog.yml"
116117 url " jdbc:postgresql://localhost:5432/application"
117118 username " admin"
118119 password " admin"
119120 driver ' org.postgresql.Driver'
120- referenceUrl ' hibernate:spring:com.softeno.template?dialect=org.hibernate.dialect.PostgreSQL95Dialect &hibernate.use_jdbc_metadata_defaults=true&hibernate.physical_naming_strategy=org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy&hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy'
121+ referenceUrl ' hibernate:spring:com.softeno.template?dialect=org.hibernate.dialect.PostgreSQLDialect &hibernate.use_jdbc_metadata_defaults=true&hibernate.physical_naming_strategy=org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy&hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy'
121122 referenceDriver ' liquibase.ext.hibernate.database.connection.HibernateDriver'
122123 }
123124 }
You can’t perform that action at this time.
0 commit comments