Skip to content

Commit

Permalink
Change the property to false to avoid that the qute engine generates …
Browse files Browse the repository at this point in the history
…an error when an object is null or empty
  • Loading branch information
cmoulliard committed Sep 22, 2021
1 parent 094c270 commit 2feecbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
%dev.quarkus.datasource.min-size=2
%dev.quarkus.hibernate-orm.database.generation=drop-and-create
%dev.quarkus.hibernate-orm.log.sql=false
%dev.quarkus.qute.strict-rendering=false

%prod.quarkus.datasource.db-kind=h2
%prod.quarkus.datasource.jdbc.url=jdbc:h2:mem:default;DB_CLOSE_DELAY=-1
Expand All @@ -15,4 +16,5 @@
%prod.quarkus.datasource.password=mysecretpassword
%prod.quarkus.hibernate-orm.database.generation=drop-and-create
%prod.quarkus.hibernate-orm.log.sql=false
%prod.quarkus.hibernate-orm.sql-load-script=import.sql
%prod.quarkus.hibernate-orm.sql-load-script=import.sql
%prod.quarkus.qute.strict-rendering=false

0 comments on commit 2feecbd

Please sign in to comment.