diff options
Diffstat (limited to 'portal-BE/src/main/resources/test.properties')
-rw-r--r-- | portal-BE/src/main/resources/test.properties | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/portal-BE/src/main/resources/test.properties b/portal-BE/src/main/resources/test.properties index 93472b11..bdc23f7c 100644 --- a/portal-BE/src/main/resources/test.properties +++ b/portal-BE/src/main/resources/test.properties @@ -10,7 +10,3 @@ spring.datasource.username=sa spring.datasource.password=password spring.datasource.initialization-mode=always spring.jpa.database-platform=org.hibernate.dialect.H2Dialect - -spring.thymeleaf.check-template=true -spring.thymeleaf.check-template-location=true -spring.thymeleaf.enabled=true |