Files
demo-cloud-mgmt-1/src/main/resources/db/postgres/petclinic_db_setup_postgres.txt
Scaffolder 9d75b3fd38 initial commit
Change-Id: Ifcb80b12d3e3d6555bf31fd4d4e283a27a194961
2026-07-22 16:32:05 +00:00

20 lines
857 B
Plaintext

===============================================================================
=== Spring PetClinic sample application - PostgreSQL Configuration ===
===============================================================================
--------------------------------------------------------------------------------
1) Run the "docker-compose.yml" from the root of the project:
$ docker-compose up
...
spring-petclinic-postgres-1 | The files belonging to this database system will be owned by user "postgres".
...
2) Run the app with `spring.profiles.active=postgres` (e.g. as a System property via the command
line, but any way that sets that property in a Spring Boot app should work). For example use
mvn spring-boot:run -Dspring-boot.run.profiles=postgres
To activate the profile on the command line.