Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 3d92b8b

Browse files
committed
Fix some failing tests
1 parent c28533c commit 3d92b8b

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

code/exercise_003_qute_products/src/main/resources/templates/catalogue.html

Whitespace-only changes.

code/exercise_003_qute_products/src/main/resources/templates/details.html

Whitespace-only changes.
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
quarkus.datasource.db-kind=postgresql
2-
quarkus.datasource.username=postgres
3-
quarkus.datasource.password=postgres
4-
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:8765/postgres
5-
61
# drop and create the database at startup (use `update` to only update the schema)
72
quarkus.hibernate-orm.database.generation = drop-and-create

code/exercise_006_CDI_and_ArC/src/main/resources/application.properties

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
quarkus.datasource.db-kind=postgresql
2-
quarkus.datasource.username=postgres
3-
quarkus.datasource.password=postgres
4-
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:8765/postgres
5-
61
# drop and create the database at startup (use `update` to only update the schema)
72
quarkus.hibernate-orm.database.generation = drop-and-create
83

0 commit comments

Comments
 (0)