diff --git a/src/main/resources/application-postgres.properties b/src/main/resources/application-postgres.properties index 60889b43c..7856d5bad 100644 --- a/src/main/resources/application-postgres.properties +++ b/src/main/resources/application-postgres.properties @@ -1,6 +1,6 @@ database=postgres spring.datasource.url=${POSTGRES_URL:jdbc:postgresql://localhost/petclinic} -spring.datasource.username=${POSTGRES_USER:petclinic} -spring.datasource.password=${POSTGRES_PASS:petclinic} +spring.datasource.username=${POSTGRES_USER:postgres} +spring.datasource.password=${POSTGRES_PASS:NewPassword} # SQL is written to be idempotent so this is safe spring.sql.init.mode=always diff --git a/src/main/resources/static/resources/images/metafour.jpg b/src/main/resources/static/resources/images/metafour.jpg new file mode 100644 index 000000000..f32fd9b3a Binary files /dev/null and b/src/main/resources/static/resources/images/metafour.jpg differ diff --git a/src/main/resources/static/resources/images/mlogo.jpg b/src/main/resources/static/resources/images/mlogo.jpg new file mode 100644 index 000000000..3bae4ba0f Binary files /dev/null and b/src/main/resources/static/resources/images/mlogo.jpg differ diff --git a/src/main/resources/templates/fragments/layout.html b/src/main/resources/templates/fragments/layout.html index 024ea0e08..254033ded 100755 --- a/src/main/resources/templates/fragments/layout.html +++ b/src/main/resources/templates/fragments/layout.html @@ -80,7 +80,7 @@
- +
diff --git a/src/main/resources/templates/welcome.html b/src/main/resources/templates/welcome.html index 4fa1cd328..ef13d2222 100644 --- a/src/main/resources/templates/welcome.html +++ b/src/main/resources/templates/welcome.html @@ -7,7 +7,7 @@

Welcome

- +