Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ In the IDE use the [TestApplication](srv/src/test/java/my/bookshop/config/TestAp

This application is built to use only PostgreSQL as the database. It is used in the tests, can be started locally and, when deployed to SAP BTP, can use PostgreSQL service available there.

This sample uses [Liquibase](https://www.liquibase.com) for deployment and evolution of database schema. You can find more on that in [CAP Database Guide](https://cap.cloud.sap/docs/guides/databases-postgres).
This sample uses [Liquibase](https://www.liquibase.com) for deployment and evolution of database schema. You can find more on that in [CAP Database Guide](https://cap.cloud.sap/docs/guides/databases-postgres). Please be aware that Liquibase [changed it's license to Functional Source License (FSL)](https://www.liquibase.com/blog/liquibase-community-for-the-future-fsl) with release 5.0. In case you want to use Liquibase >=5.0 outside of an sample application you have to check if the FSL licence is compatible with your application.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We haven´t mentioned anything about the license change yet on capire. Is this by intention? Or planned?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR is open capire/docs#2449


To start the application with built-in PostgresSQL container run `mvn spring-boot:test-run`. Make sure that you have Docker Desktop or compatible alternative up and running. You will see that application created PostgreSQL container, deployed the database there and your application is up and running.

Expand Down