Skip to content

Commit

Permalink
Merge pull request #91 from folio-org/community-sprint-3-liquibase
Browse files Browse the repository at this point in the history
Setup default liquibase setting path that works.
  • Loading branch information
kaladay authored Mar 21, 2024
2 parents e241de1 + a736a99 commit 942239a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ server:
spring:
activemq.broker-url: tcp://localhost:61616
application.name: mod-workflow
liquibase.changeLog: classpath:/changelog/changelog-master.xml
data.rest:
returnBodyOnCreate: true
returnBodyOnUpdate: true
Expand Down

0 comments on commit 942239a

Please sign in to comment.