diff --git a/pom.xml b/pom.xml index b7c414fb0e..f21db3ced5 100644 --- a/pom.xml +++ b/pom.xml @@ -983,7 +983,7 @@ spring-jenkins-pipeline spring-jersey - + spring-jinq spring-jms spring-kafka diff --git a/spring-jinq/src/main/resources/application.properties b/spring-jinq/src/main/resources/application.properties index c9440b3b45..78ccab7914 100644 --- a/spring-jinq/src/main/resources/application.properties +++ b/spring-jinq/src/main/resources/application.properties @@ -1,7 +1,8 @@ -spring.datasource.url=jdbc:h2:~/jinq;;DB_CLOSE_ON_EXIT=FALSE +spring.datasource.url=jdbc:h2:~/jinq;DB_CLOSE_ON_EXIT=FALSE spring.datasource.username=sa spring.datasource.password= spring.jpa.hibernate.ddl-auto=create-drop spring.jpa.show-sql=true -spring.jpa.properties.hibernate.format_sql=true \ No newline at end of file +spring.jpa.properties.hibernate.format_sql=true +spring.jpa.properties.hibernate.globally_quoted_identifiers=true \ No newline at end of file