Skip to content

Commit

Permalink
Remove the outdated property
Browse files Browse the repository at this point in the history
Property %prod.quarkus.datasource.jdbc.url was used by integration tests
as a workaround for connecting to H2 database.
Due to new changes, the profile we use now is `native` instead of
`prod`, and this property leads to failures.

[1] quarkusio/quarkus#31465
  • Loading branch information
fedinskiy committed Mar 8, 2023
1 parent 645cb15 commit 72427c5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ spring.application.name = Bootstrap Spring Boot

quarkus.datasource.db-kind=h2
quarkus.datasource.jdbc.url=jdbc:h2:mem:bootapp;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
%prod.quarkus.datasource.jdbc.url=jdbc:h2:tcp://localhost/mem:test

quarkus.hibernate-orm.database.generation=drop-and-create

Expand Down

0 comments on commit 72427c5

Please sign in to comment.